Invoke the task if it is needed. Prerequites are invoked first.
# File rake.rb, line 492 def invoke(*args) task_args = TaskArguments.new(arg_names, args) invoke_with_call_chain(task_args, InvocationChain::EMPTY) end
<code/>
<pre/>
<code/>and<pre/>for code samples.