Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created May 11, 2011 13:00
Show Gist options
  • Save benlangfeld/966411 to your computer and use it in GitHub Desktop.
Save benlangfeld/966411 to your computer and use it in GitHub Desktop.
begin
# Some pre-call stuff
dial 'blah'
rescue Adhearsion::Hangup
# Some stuff we only do when hangup occurs
ensure
# Some after call stuff
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment