In Files

Parent

Time

                                                                           

Extensions to time to allow comparisons with an early time class.

Public Instance Methods

<=>(other) click to toggle source
      # File lib/rake.rb, line 1646
1646:   def <=>(other)
1647:     if Rake::EarlyTime === other
1648:       - other.<=>(self)
1649:     else
1650:       rake_original_time_compare(other)
1651:     end
1652:   end
Also aliased as: rake_original_time_compare
rake_original_time_compare(other) click to toggle source
Alias for: <=>

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.