# File lib/rake.rb, line 507 507: def timestamp 508: if File.exist?(name) 509: File.mtime(name.to_s) 510: else 511: Rake::EARLY 512: end 513: end