# File lib/ruby-progressbar/outputs/non_tty.rb, line 8
  def clear
    self.last_update_length = 0

    stream.print "\n"
  end