Method: Main::Base#handle_throw
- Defined in:
- lib/main/base.rb
#handle_throw(status) ⇒ Object
494 495 496 |
# File 'lib/main/base.rb', line 494 def handle_throw status exit(( Integer(status) rescue 0 )) end |
494 495 496 |
# File 'lib/main/base.rb', line 494 def handle_throw status exit(( Integer(status) rescue 0 )) end |