# File lib/rake.rb, line 775 775: def timestamp 776: if File.exist?(name) 777: File.mtime(name.to_s) 778: else 779: Rake::EARLY 780: end 781: end