Skip to content

Instantly share code, notes, and snippets.

@trak3r
Created November 10, 2009 17:11
Show Gist options
  • Save trak3r/231043 to your computer and use it in GitHub Desktop.
Save trak3r/231043 to your computer and use it in GitHub Desktop.
some_variable = begin
if some_condition?
some_value
else
another_value
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment