humbargs
12/21/2013 - 4:29 AM

Ruby: Exit Hook

Ruby: Exit Hook

# This will get executed upon exit of a ruby process
at_exit { puts "Hello Sean" }