Skip to content

Instantly share code, notes, and snippets.

@guenin
Created September 7, 2012 17:51
Show Gist options
  • Save guenin/3668146 to your computer and use it in GitHub Desktop.
Save guenin/3668146 to your computer and use it in GitHub Desktop.
why?
$ irb
>> a
NameError: undefined local variable or method `a' for main:Object
>> b = b
=> nil
>> b
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment