# File lib/rake.rb, line 558
558:     def timestamp
559:       @prerequisites.collect { |p| application[p].timestamp }.max || Time.now
560:     end