Specifying that a task has multiple dependencies Specifying that a task has multiple dependencies ruby ruby

Specifying that a task has multiple dependencies


You specify them with an array:

task :output_extension => [:build_extension, :output_core]