Last active
December 10, 2015 21:08
-
-
Save pochi/4492516 to your computer and use it in GitHub Desktop.
at_exitはプログラム終了時に呼ばれる
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
module Test | |
at_exit do | |
puts "program finished" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment