Method: Kafo::ExitHandler#initialize
- Defined in:
- lib/kafo/exit_handler.rb
#initialize ⇒ ExitHandler
Returns a new instance of ExitHandler.
5 6 7 8 |
# File 'lib/kafo/exit_handler.rb', line 5 def initialize @cleanup_paths = [] @exit_code = 0 end |