# File lib/pry/pry_instance.rb, line 347
  def repl(target = nil)
    Pry::REPL.new(self, :target => target).start
  end