Skip to content

Instantly share code, notes, and snippets.

@capoferro
Created December 18, 2013 02:42
Show Gist options
  • Select an option

  • Save capoferro/8016487 to your computer and use it in GitHub Desktop.

Select an option

Save capoferro/8016487 to your computer and use it in GitHub Desktop.
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