Created
April 25, 2012 22:44
-
-
Save cwoodcox/2494074 to your computer and use it in GitHub Desktop.
TIL this works in Ruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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