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 1357 1357: def <=>(other) 1358: -1 1359: end
[ show source ]
# File lib/rake.rb, line 1361 1361: def to_s 1362: "<EARLY TIME>" 1363: end