method

multitask

v2_2_9 - Show latest stable - Class: Rake::DSL
multitask(*args, &block)
private

Declare a task that performs its prerequisites in parallel. Multitasks does not guarantee that its prerequisites will execute in any given order (which is obvious when you think about it)

Example:

multitask deploy: %w[deploy_gem deploy_rdoc]