# File lib/ruby-progressbar/outputs/tty.rb, line 10
  def clear
    stream.print clear_string
    stream.print "\r"
  end