public Method

Task.invoke(*args)

Invoke the task if it is needed. Prerequites are invoked first.

Source Code

# File rake.rb, line 492
def invoke(*args)
  task_args = TaskArguments.new(arg_names, args)
  invoke_with_call_chain(task_args, InvocationChain::EMPTY)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.