Skip to content

Instantly share code, notes, and snippets.

@Supernats
Created September 18, 2015 22:26
Show Gist options
  • Select an option

  • Save Supernats/d4cc25508bc630f0e86f to your computer and use it in GitHub Desktop.

Select an option

Save Supernats/d4cc25508bc630f0e86f to your computer and use it in GitHub Desktop.
poop_name_is_long = this_is_a_boolean_checker ?
the_stuff_you_do_for_true :
the_stuff_you_do_for_false
poop_name_is_long =
if this_is_a_boolean_checker
the_stuff_you_do_for_true
else
the_stuff_you_do_for_false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment