Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Last active June 1, 2018 00:50
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