class Time
:nodoc: all
def <=>(other)
def <=>(other) if Rake::EarlyTime === other || Rake::LateTime === other - other.<=>(self) else rake_original_time_compare(other) end end
:nodoc: all
def <=>(other) if Rake::EarlyTime === other || Rake::LateTime === other - other.<=>(self) else rake_original_time_compare(other) end end