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.
stat(*args)
private
Record execution statistics if there is a recorder
# File lib/rake/promise.rb, line 93
def stat(*args)
@recorder.call(*args) if @recorder
end