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

Methods
Included Modules
Public Instance methods
<=>(other)
      # File lib/rake.rb, line 1195
1195:     def <=>(other)
1196:       -1
1197:     end
to_s()
      # File lib/rake.rb, line 1199
1199:     def to_s
1200:       "<EARLY TIME>"
1201:     end