# File lib/rake.rb, line 758 758: def timestamp 759: if File.exist?(name) 760: File.mtime(name.to_s) 761: else 762: Rake::EARLY 763: end 764: end