Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save technicalpickles/231107 to your computer and use it in GitHub Desktop.
Save technicalpickles/231107 to your computer and use it in GitHub Desktop.
some_variable = if some_condition?
some_value
else
another_value
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment