EarlyTime is a fake timestamp that occurs before any other time value.

Methods
Included Modules
Public Instance methods
<=>(other)
      # File lib/rake.rb, line 1630
1630:     def <=>(other)
1631:       -1
1632:     end
to_s()
      # File lib/rake.rb, line 1634
1634:     def to_s
1635:       "<EARLY TIME>"
1636:     end