# File lib/pry/pry_instance.rb, line 207
  def repl_epilogue(target)
    exec_hook :after_session, output, target, self

    binding_stack.pop
    Pry.save_history if Pry.config.history.should_save
  end