Skip to content

Instantly share code, notes, and snippets.

@mikesea
Created November 1, 2013 22:22
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 mikesea/7272919 to your computer and use it in GitHub Desktop.
Save mikesea/7272919 to your computer and use it in GitHub Desktop.
$ irb
irb(main):001:0> if false
irb(main):002:1> foo = "hi"
irb(main):003:1> end
=> nil
irb(main):004:0> foo
=> nil
irb(main):005:0> bar
NameError: undefined local variable or method `bar' for main:Object
from (irb):5
from /Users/mikesea/.rbenv/versions/2.0.0-p247/bin/irb:12:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment