# File lib/pry/repl_file_loader.rb, line 24
    def interactive_mode(_pry_)
      _pry_.input = Pry.config.input
      _pry_.print = Pry.config.print
      _pry_.exception_handler = Pry.config.exception_handler
    end