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