# File lib/rake/file_task.rb, line 20 20: def timestamp 21: if File.exist?(name) 22: File.mtime(name.to_s) 23: else 24: Rake::EARLY 25: end 26: end