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, #already_invoked, #application, #locations, #order_only_prerequisites, #prerequisites, #scope, #sources

Method Summary

Methods inherited from Task

[], #add_description, #all_prerequisite_tasks, #arg_description, #arg_names, clear, #clear, #clear_actions, #clear_args, #clear_comments, #clear_prerequisites, #comment, #comment=, create_rule, define_task, #enhance, #execute, format_deps, #full_comment, #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