public Method

Task.timestamp

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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.