class Rake::Task
def timestamp
Timestamp for this task. Basic tasks return the current time for their
def timestamp prerequisite_tasks.collect { |pre| pre.timestamp }.max || Time.now end
def timestamp prerequisite_tasks.collect { |pre| pre.timestamp }.max || Time.now end