Method: Rake::Task#timestamp
- Defined in:
- lib/rake/task.rb
#timestamp ⇒ Object
Timestamp for this task. Basic tasks return the current time for their time stamp. Other tasks can be more sophisticated.
252 253 254 |
# File 'lib/rake/task.rb', line 252 def Time.now end |