Skip to content

Instantly share code, notes, and snippets.

@vinnydiehl
Created November 30, 2012 00:29
Show Gist options
  • Save vinnydiehl/c202680f9b2f6d1b473e to your computer and use it in GitHub Desktop.
Save vinnydiehl/c202680f9b2f6d1b473e to your computer and use it in GitHub Desktop.
if foo
bar = "a"
else
bar = "b"
end
bar = foo ? "a" : "b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment