Skip to content

Instantly share code, notes, and snippets.

@amatsuda
Last active December 20, 2015 16:29
Show Gist options
  • Select an option

  • Save amatsuda/6162164 to your computer and use it in GitHub Desktop.

Select an option

Save amatsuda/6162164 to your computer and use it in GitHub Desktop.
if false
a = 1
end
p a
#=> nil
p b
#=> undefined local variable or method `b' for main:Object (NameError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment