Skip to content

Instantly share code, notes, and snippets.

@jnimety
Created October 15, 2013 02:02
Show Gist options
  • Save jnimety/6985452 to your computer and use it in GitHub Desktop.
Save jnimety/6985452 to your computer and use it in GitHub Desktop.
def do_something
...
rescue ErrorName => e
...
ensure
header.ack
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment