# File lib/buildr/core/progressbar.rb, line 21
    def start(args, &block)
      new(args).start &block
    end