Skip to content

Instantly share code, notes, and snippets.

@mrflip
Created December 3, 2009 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrflip/247980 to your computer and use it in GitHub Desktop.
Save mrflip/247980 to your computer and use it in GitHub Desktop.
giac ~/ics/koko$ irb
>> Regexp.compile(".", Regexp::EXTENDED)
=> x
giac ~/ics/koko$ ./script/console
Loading development environment (Rails 2.3.4)
>> Regexp.compile(".", Regexp::EXTENDED)
ArgumentError: wrong number of arguments (2 for 1)
from (irb):1:in `compile'
from (irb):1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment