# File lib/buildr/run.rb, line 184 def run(&block) task('run').tap do |t| t.enhance &block if block end end