define_task(*args, &block)
Class Public methods
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.
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.
Please login to continue.