class
Rake::FileTask
v2_2_9 -
Show latest stable
- Superclass: Rake::Task
A FileTask is a task that includes time based dependencies. If any of a FileTask’s prerequisites have a timestamp that is later than the file represented by this task, then the file must be rebuilt (using the supplied actions).
Files
- lib/rake/file_task.rb