Skip to content

Instantly share code, notes, and snippets.

@fuse
Created August 2, 2011 09:57
Show Gist options
  • Save fuse/1119920 to your computer and use it in GitHub Desktop.
Save fuse/1119920 to your computer and use it in GitHub Desktop.
# équivalences
a ?= b
a = b unless a?
a = a ? b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment