Skip to content

Instantly share code, notes, and snippets.

@aharpole
Created December 10, 2013 03:33
Show Gist options
  • Save aharpole/7885351 to your computer and use it in GitHub Desktop.
Save aharpole/7885351 to your computer and use it in GitHub Desktop.
def do_error_prone_thing
begin
toss_peanut_and_try_catching_it_in_your_mouth
rescue PeanutNotCaught => e
casually_pretend_it_did_not_happen
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment