Skip to content

Instantly share code, notes, and snippets.

@takkanm
Created February 14, 2015 02:21
Show Gist options
  • Save takkanm/4b1ae32cc75a7a0f3b93 to your computer and use it in GitHub Desktop.
Save takkanm/4b1ae32cc75a7a0f3b93 to your computer and use it in GitHub Desktop.
irb(main):001:0> a
NameError: undefined local variable or method `a' for main:Object
from (irb):1
from /Users/takkanm/.rbenv/versions/2.2.0/bin/irb:11:in `<main>'
irb(main):002:0> if false
irb(main):003:1> a = 1
irb(main):004:1> end
=> nil
irb(main):005:0> a
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment