class Pry::Command::ExitProgram

Public Instance Methods

process() click to toggle source
# 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