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
Timestamp
for this task. Basic tasks
return the current time for their time stamp. Other tasks can be more sophisticated.
# File lib/rake/task.rb, line 252
def timestamp
Time.now
end