Flowdock
method

resolve_args_with_dependencies

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: TaskManager

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

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]
Show source
Register or log in to add new notes.