# File lib/main/program/instance_methods.rb, line 235 def handle_exit(status) exit(( Integer(status) rescue 1 )) end