Pry::ClassCommand
# File lib/pry/commands/exit_program.rb, line 15 def process Pry.save_history if Pry.config.history.should_save Kernel.exit target.eval(arg_string).to_i end