Skip to content

Instantly share code, notes, and snippets.

@redsquirrel
Created March 13, 2013 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redsquirrel/5153792 to your computer and use it in GitHub Desktop.
Save redsquirrel/5153792 to your computer and use it in GitHub Desktop.
# some Ruby code here
def method_being_worked_on
# awesome code
end
NameError: undefined local variable or method `foo' for main:Object
from (irb):1
from /Users/davehoover/.rvm/rubies/ruby-1.9.3-p327/bin/irb:16:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment