Skip to content

Instantly share code, notes, and snippets.

@photomattmills
Created November 7, 2012 01:00
Show Gist options
  • Save photomattmills/4028856 to your computer and use it in GitHub Desktop.
Save photomattmills/4028856 to your computer and use it in GitHub Desktop.
irb(main):001:0> def a; return "a"; end;
irb(main):002:0* "Match".match /#{a}/
=> #<MatchData "a">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment