Created
August 26, 2011 19:37
-
-
Save jergason/1174236 to your computer and use it in GitHub Desktop.
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
class Foo | |
include DataMapper::Resource | |
#ignore all the other stuff | |
def graph | |
begin | |
files = OtherCode::method_that_throws_exceptions | |
rescue | |
puts "rescued an error" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment