|
Class Rake::EarlyTime |
|
EarlyTime is a fake timestamp that occurs before any other time value.
| Methods |
| Public Instance methods |
| <=>(other) |
# File lib/rake.rb, line 1357
1357: def <=>(other)
1358: -1
1359: end
| to_s() |
# File lib/rake.rb, line 1361
1361: def to_s
1362: "<EARLY TIME>"
1363: end