Flowdock
class
Importance_1
v2_2_9 - Show latest stable - 0 notes - Superclass: Object

A Task is the basic unit of work in a Rakefile. Tasks have associated actions (possibly more than one) and a list of prerequisites. When invoked, a task will first ensure that all of its prerequisites have an opportunity to run and then it will execute its own actions.

Tasks are not usually created directly using the new method, but rather use the file and task convenience methods.

Show files where this class is defined (1 file)
Register or log in to add new notes.