Skip to content

Instantly share code, notes, and snippets.

@mferrier
Created July 9, 2009 18:13
Show Gist options
  • Save mferrier/143851 to your computer and use it in GitHub Desktop.
Save mferrier/143851 to your computer and use it in GitHub Desktop.
$ irb
>> if false
>> poop = true
>> end
=> nil
>> defined?(poop)
=> "local-variable"
>> poop
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment