-
-
Save Jarred-Sumner/fb442a3f0905afbb81d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def match(matcher, &block) | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2.0.0-p0 :003 > match 'bagel' { 'yo' } | |
SyntaxError: (irb):3: syntax error, unexpected '{', expecting end-of-input | |
match 'bagel' { 'yo' } | |
^ | |
from /Users/jarred/.rvm/rubies/ruby-2.0.0-p0/bin/irb:16:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment