Skip to content

Instantly share code, notes, and snippets.

@arthurnn
Created March 3, 2015 13:48
Show Gist options
  • Save arthurnn/ff127c64591953768144 to your computer and use it in GitHub Desktop.
Save arthurnn/ff127c64591953768144 to your computer and use it in GitHub Desktop.
def foo
fail "omg!"
rescue ex
false
end
foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment