Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Last active June 1, 2018 00:50
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 nicolasblanco/b9deeef353bfcafd263d1137024e5b9f to your computer and use it in GitHub Desktop.
Save nicolasblanco/b9deeef353bfcafd263d1137024e5b9f to your computer and use it in GitHub Desktop.
if result = do_some_heavy_stuff
if second_result = do_other_stuff(result)
send_email(second_result)
else
# ...
end
else
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment