Skip to content

Instantly share code, notes, and snippets.

@cwoodcox
Created April 25, 2012 22:44
Show Gist options
  • Save cwoodcox/2494074 to your computer and use it in GitHub Desktop.
Save cwoodcox/2494074 to your computer and use it in GitHub Desktop.
TIL this works in Ruby
module Stuff
def some_method
# stuff...
end
rescue Exception => ex
# Deal with ex here...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment