Method: Rake::RemoteTask::Action#initialize
- Defined in:
- lib/rake_remote_task.rb
#initialize(task, block) ⇒ Action
Creates a new Action that will run block for task.
543 544 545 546 547 |
# File 'lib/rake_remote_task.rb', line 543 def initialize task, block @task = task @block = block @workers = [] end |