# File lib/pry/repl_file_loader.rb, line 25 def interactive_mode(_pry_) _pry_.config.input = Pry.config.input _pry_.config.print = Pry.config.print _pry_.config.exception_handler = Pry.config.exception_handler Pry::REPL.new(_pry_).start end