Skip to content

Instantly share code, notes, and snippets.

@rubiii
Created October 11, 2011 11:25
Show Gist options
  • Save rubiii/1277858 to your computer and use it in GitHub Desktop.
Save rubiii/1277858 to your computer and use it in GitHub Desktop.
describe "Ruby's parser" do
it "works in interesting ways" do
defined?(nupsi).should be_false
nupsi = "yellow" if false
defined?(nupsi).should be_true
nupsi.should be_nil
end
end
@phoet
Copy link

phoet commented Oct 11, 2011

did you try it with different runtimes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment