# File lib/rake.rb, line 503 503: def timestamp 504: if File.exist?(name) 505: File.mtime(name.to_s) 506: else 507: Rake::EARLY 508: end 509: end