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