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.
out_of_date?(stamp)
private
Are there any prerequisites with a later time than the given time stamp?
# File lib/rake/file_task.rb, line 31
def out_of_date?(stamp)
@prerequisites.any? { |n| application[n, @scope].timestamp > stamp }
end