invoke(*args)
Invoke the task if it is needed. Prerequisites are invoked first.
# File lib/rake/task.rb, line 159 def invoke(*args) task_args = TaskArguments.new(arg_names, args) invoke_with_call_chain(task_args, InvocationChain::EMPTY) end