Skip to content

Instantly share code, notes, and snippets.

@tarcieri
Created August 21, 2008 07:11
Show Gist options
  • Select an option

  • Save tarcieri/6515 to your computer and use it in GitHub Desktop.

Select an option

Save tarcieri/6515 to your computer and use it in GitHub Desktop.
>> foo = 42
=> 42
>> foo
=> 42
>> eval "foo", TOPLEVEL_BINDING
NameError: undefined local variable or method `foo' for main:Object
from (irb):3:in `eval'
>> self
=> main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment