Created
May 11, 2011 13:00
-
-
Save benlangfeld/966411 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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