Skip to content

Instantly share code, notes, and snippets.

@krainboltgreene
Created February 18, 2011 00:11
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 krainboltgreene/833019 to your computer and use it in GitHub Desktop.
Save krainboltgreene/833019 to your computer and use it in GitHub Desktop.
└─▪ irb
>> i
NameError: undefined local variable or method `i' for #<Object:0xb7721958>
from (irb):1
>> i == i
NameError: undefined local variable or method `i' for #<Object:0xb7721958>
from (irb):2
>> i == i = i
NameError: undefined local variable or method `i' for #<Object:0xb7721958>
from (irb):3
>> i
=> nil
>> v = v = v = v = v = v = v = v = v
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment