# File lib/rake_remote_task.rb, line 553 def initialize task, block @task = task @block = block @workers = ThreadGroup.new end