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 1630 1630: def <=>(other) 1631: -1 1632: end
[ show source ]
# File lib/rake.rb, line 1634 1634: def to_s 1635: "<EARLY TIME>" 1636: end