Object
# File lib/rake/ext/time.rb, line 8 def <=>(other) if Rake::EarlyTime === other - other.<=>(self) else rake_original_time_compare(other) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.