Skip to content

Instantly share code, notes, and snippets.

@mazur
Created June 6, 2011 20:09
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 mazur/1010987 to your computer and use it in GitHub Desktop.
Save mazur/1010987 to your computer and use it in GitHub Desktop.
IronRUby bug
"Find the 2345 number!"[/[0-9]+/] # => "5"
"Find the 2345 number!"[/[^0-9]+/] # => "Find the "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment