Skip to content

Instantly share code, notes, and snippets.

@chopmo
Created April 7, 2014 19:57
Show Gist options
  • Save chopmo/10040869 to your computer and use it in GitHub Desktop.
Save chopmo/10040869 to your computer and use it in GitHub Desktop.
def foo
if bar
x = 1
else
x = 2
end
puts x
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment