Skip to content

Instantly share code, notes, and snippets.

@senny
Created March 27, 2013 11:34
Show Gist options
  • Save senny/5253542 to your computer and use it in GitHub Desktop.
Save senny/5253542 to your computer and use it in GitHub Desktop.
irb(main):005:0> class Example
irb(main):006:1> this_method_does_not_exist
irb(main):007:1> end
NameError: undefined local variable or method `this_method_does_not_exist' for Example:Class
from (irb):6:in `<class:Example>'
from (irb):5
from /Users/senny/.rbenv/versions/1.9.3-p385/bin/irb:12:in `<main>'
irb(main):008:0> Example
=> Example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment