Parent

Time

Public Instance Methods

<=>(other) click to toggle source
# File lib/rake/ext/time.rb, line 8
def <=>(other)
  if Rake::EarlyTime === other
    - other.<=>(self)
  else
    rake_original_time_compare(other)
  end
end
Also aliased as: rake_original_time_compare
rake_original_time_compare(other) click to toggle source
Alias for: <=>

[Validate]

Generated with the Darkfish Rdoc Generator 2.