# File lib/rake.rb, line 405 405: def timestamp 406: if File.exist?(name) 407: File.mtime(name.to_s) 408: else 409: Rake::EARLY 410: end 411: end