Skip to content

Instantly share code, notes, and snippets.

@ngw
Created September 17, 2013 10:44
Show Gist options
  • Save ngw/ecb65b990646711bf639 to your computer and use it in GitHub Desktop.
Save ngw/ecb65b990646711bf639 to your computer and use it in GitHub Desktop.
module Foo
rescue
do_something
end
module Foo
class Bar
def initialize
raise 'YADA'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment