# File lib/buildr/core/progressbar.rb, line 54
  def inc(count)
    set @count + count
  end