# File lib/buildr/core/progressbar.rb, line 129
  def clear
    return if @output == nil || ProgressBar.width <= 0
    @output.print "\r", " " * (ProgressBar.width - 1), "\r"
    @output.flush
  end