Skip to content

Instantly share code, notes, and snippets.

@emmanuel
Created July 8, 2011 17:42
Show Gist options
  • Select an option

  • Save emmanuel/1072345 to your computer and use it in GitHub Desktop.

Select an option

Save emmanuel/1072345 to your computer and use it in GitHub Desktop.
begin
begin
raise "test"
rescue Exception => e
puts "Rescuing #{e.inspect}"
end
ensure
puts "Ensuring #{e.inspect}"
raise e if e
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment