# File lib/rake.rb, line 397 397: def timestamp 398: @prerequisites.collect { |p| Rake::Task[p].timestamp }.max || Time.now 399: end