# File lib/pry/commands/exit_program.rb, line 16
    def process
      Kernel.exit target.eval(arg_string).to_i
    end