Skip to content

Instantly share code, notes, and snippets.

@trotter
Created June 5, 2012 22:57
Show Gist options
  • Save trotter/2878667 to your computer and use it in GitHub Desktop.
Save trotter/2878667 to your computer and use it in GitHub Desktop.
bob = "pizza"
if false
puts bob
else bob = "dog"
puts bob
end
puts "done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment