Flowdock
method

multitask

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: DSL

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

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 => [:deploy_gem, :deploy_rdoc]
Show source
Register or log in to add new notes.