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