method

define_task

v1_9_3_392 - Show latest stable - Class: Rake::Task
define_task(*args, &block)
public

Define a task given args and an option block. If a rule with the given name already exists, the prerequisites and actions are added to the existing task. Returns the defined task.