Skip to content

Instantly share code, notes, and snippets.

@catsby
Created June 28, 2013 19:58
Show Gist options
  • Save catsby/5887608 to your computer and use it in GitHub Desktop.
Save catsby/5887608 to your computer and use it in GitHub Desktop.
ruby wat
$ 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