Created
December 18, 2013 02:42
-
-
Save capoferro/8016487 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| irb(main):001:0> class Foo | |
| irb(main):002:1> def GRAPHMOTHAFUCKA!! | |
| irb(main):003:2* puts "lololol" | |
| irb(main):004:2> end | |
| irb(main):005:1> end | |
| SyntaxError: (irb):2: syntax error, unexpected '!', expecting ';' or '\n' | |
| (irb):5: syntax error, unexpected keyword_end, expecting $end | |
| from /Users/jkiehl/.rbenv/versions/1.9.3-p429/bin/irb:12:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment