Flowdock
method

resolve_args_with_dependencies

Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Class: TaskManager
resolve_args_with_dependencies(args, hash) private

Resolve task arguments for a task or rule when there are dependencies declared.

The patterns recognized by this argument resolving function are:

task :t => [:d]
task :t, [a] => [:d]
task :t, :needs => [:d]                 (deprecated)
task :t, :a, :needs => [:d]             (deprecated)
Show source
Register or log in to add new notes.