Skip to content

Instantly share code, notes, and snippets.

@edubkendo
Created December 24, 2016 01:30
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/d8232a7a7213a8575669339cc190c336 to your computer and use it in GitHub Desktop.
Save edubkendo/d8232a7a7213a8575669339cc190c336 to your computer and use it in GitHub Desktop.
def my_method
return alt_val unless some_statement
calc_return_val
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment