Skip to content

Instantly share code, notes, and snippets.

@ranman
Created April 21, 2012 02:36
Show Gist options
  • Save ranman/2433382 to your computer and use it in GitHub Desktop.
Save ranman/2433382 to your computer and use it in GitHub Desktop.
irb(main):001:0> a
NameError: undefined local variable or method `a' for main:Object
from (irb):1
irb(main):002:0> b
NameError: undefined local variable or method `b' for main:Object
from (irb):2
irb(main):003:0> a=b
NameError: undefined local variable or method `b' for main:Object
from (irb):3
irb(main):004:0> a=a
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment