Created
June 28, 2013 19:58
-
-
Save catsby/5887608 to your computer and use it in GitHub Desktop.
ruby wat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ irb | |
>> a | |
NameError: undefined local variable or method `a' for main:Object | |
from (irb):1 | |
from /Users/clint/.rbenv/versions/1.9.3-p429/bin/irb:12:in `<main>' | |
>> exit | |
$ irb | |
>> if false; a = 1; end | |
nil | |
>> a | |
nil | |
>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment