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 1195 1195: def <=>(other) 1196: -1 1197: end
[ show source ]
# File lib/rake.rb, line 1199 1199: def to_s 1200: "<EARLY TIME>" 1201: end