Class: Rake::MultiTask
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_comments, #clear_prerequisites, create_rule, define_task, #enhance, #execute, #initialize, #inspect, #investigation, #invoke, #invoke_prerequisites_concurrently, #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