EarlyTime is a fake timestamp that occurs before any other time value.
Methods
Included Modules
- Comparable
- Singleton
Public Instance methods
[ show source ]
# File lib/rake.rb, line 1375
1375: def <=>(other)
1376: -1
1377: end
[ show source ]
# File lib/rake.rb, line 1379
1379: def to_s
1380: "<EARLY TIME>"
1381: end