Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created October 25, 2008 02:06
Show Gist options
  • Select an option

  • Save adamwiggins/19666 to your computer and use it in GitHub Desktop.

Select an option

Save adamwiggins/19666 to your computer and use it in GitHub Desktop.
begin
raise "an exception"
rescue
puts "rescuing"
raise
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment