Class: Rake::MultiTask

Inherits:
Task
  • Object
show all
Defined in:
lib/rake/multi_task.rb

Overview

Same as a regular task, but the immediate prerequisites are done in parallel using Ruby threads.

Instance Attribute Summary

Attributes inherited from Task

#actions, #application, #comment, #full_comment, #locations, #prerequisites, #scope, #sources

Method Summary

Methods inherited from Task

[], #add_description, #arg_description, #arg_names, #clear, clear, #clear_actions, #clear_prerequisites, create_rule, define_task, #enhance, #execute, #initialize, #inspect, #investigation, #invoke, #name, #name_with_args, #needed?, #prerequisite_tasks, #reenable, scope_name, #set_arg_names, #source, task_defined?, tasks, #timestamp, #to_s

Constructor Details

This class inherits a constructor from Rake::Task