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