# File lib/pry/test/helper.rb, line 166
  def reset_output
    @out = StringIO.new
    @pry.output = @out
  end