Skip to content

Instantly share code, notes, and snippets.

@Osmose
Created January 31, 2011 06:21
Show Gist options
  • Save Osmose/803708 to your computer and use it in GitHub Desktop.
Save Osmose/803708 to your computer and use it in GitHub Desktop.
def somemethod
# do stuff!
if somecondition
value
elsif another_condition
somethingelse
else
anothervalue
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment