# File lib/rake.rb, line 202 202: def timestamp 203: @prerequisites.collect { |p| Task[p].timestamp }.max || Time.now 204: end