Guest User

Untitled

a guest
May 23rd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --- waker.rb~ 2010-07-25 06:03:36.070000000 +0900
  2. +++ waker.rb 2010-07-25 06:04:12.774000000 +0900
  3. @@ -105,7 +105,7 @@
  4. num_actions += actions.size
  5.  
  6. reg = begin
  7. - Regexp.new('\\A(?:' + regexp + ')\\Z', Regexp::MULTILINE)
  8. + Regexp.new('\\A(?:' + regexp + ')\\z', Regexp::MULTILINE)
  9. rescue
  10. error("Regexp error: #{$!.to_s} \"#{regexp}\" in line #{lineno}")
  11. end
Add Comment
Please, Sign In to add comment