module Rake::DataTask
######################################################################### A DataTask
is a task that includes time based dependencies. If any of a DataTask’s prerequisites has a timestamp that is later than the data represented by this task, then the data must be rebuilt (using the supplied actions).
Constants
- VERSION