Skip to content

Instantly share code, notes, and snippets.

@edubkendo
Created December 24, 2016 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edubkendo/a89f42177a3f7e31ad7ca4c02412352b to your computer and use it in GitHub Desktop.
Save edubkendo/a89f42177a3f7e31ad7ca4c02412352b to your computer and use it in GitHub Desktop.
def some_method
if some_statement
calc_return_val
else
alt_return_val
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment