Timestamp for this task. Basic tasks return the current time for their time stamp. Other tasks can be more sophisticated.
Source Code
# File rake.rb, line 558 def timestamp @prerequisites.collect { |p| application[p].timestamp }.max || Time.now end
Timestamp for this task. Basic tasks return the current time for their time stamp. Other tasks can be more sophisticated.
# File rake.rb, line 558 def timestamp @prerequisites.collect { |p| application[p].timestamp }.max || Time.now end
<code/>and<pre/>for code samples.