Skip to content

Instantly share code, notes, and snippets.

@xcobar

xcobar/rb.rb Secret

Last active June 12, 2019 07:35
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 xcobar/23d919440b2779cf10c7c88a87a0076f to your computer and use it in GitHub Desktop.
Save xcobar/23d919440b2779cf10c7c88a87a0076f to your computer and use it in GitHub Desktop.
def do_something_nice
if something?
do_something!
return
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment