# File lib/rake.rb, line 1192
1192:   def <=>(other)
1193:     if Rake::EarlyTime === other
1194:       - other.<=>(self)
1195:     else
1196:       pre_early_time_compare(other)
1197:     end
1198:   end