Sekretsのコードリーディングを行っていた際に、これまで知らなかったメソッドを発見したため、そのまとめ。 GitHub - ahoward/sekrets: sekrets is a command line tool and library used to securely manage encrypted files and settings in your rails' applications and git repositories.
Kernel.#at_exit
https://docs.ruby-lang.org/ja/latest/method/Kernel/m/at_exit.html
Kernel.#test
https://docs.ruby-lang.org/ja/latest/method/Kernel/m/test.html
Process::Status($?)
https://docs.ruby-lang.org/ja/latest/class/Process=3a=3aStatus.html