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