Class: Rake::LateTime
- Inherits:
-
Object
- Object
- Rake::LateTime
- Includes:
- Comparable, Singleton
- Defined in:
- lib/rake/late_time.rb
Overview
LateTime is a fake timestamp that occurs after any other time value.
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
7 8 9 |
# File 'lib/rake/late_time.rb', line 7 def <=>(other) 1 end |
#to_s ⇒ Object
11 12 13 |
# File 'lib/rake/late_time.rb', line 11 def to_s '<LATE TIME>' end |