# File lib/rake.rb, line 687 687: def timestamp 688: if File.exist?(name) 689: File.mtime(name.to_s) 690: else 691: Rake::EARLY 692: end 693: end