Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
timestamp()
public
Time stamp for file task.
# File lib/rake/file_task.rb, line 20
def timestamp
if File.exist?(name)
File.mtime(name.to_s)
else
Rake::LATE
end
end