# File lib/pry/pry_instance.rb, line 195
  def repl_prologue(target)
    exec_hook :before_session, output, target, self
    set_last_result(nil, target)


    @input_array << nil # add empty input so _in_ and _out_ match

    binding_stack.push target
  end