There's no documentation for this item.
# File rake.rb, line 1553 def <=>(other) if Rake::EarlyTime === other - other.<=>(self) else rake_original_time_compare(other) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.