Sha256: b5fdf816bbdcbd489a30b4582aa163dc51301f00d87d091c183e32c27e98217d
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
#-- # Extensions to time to allow comparisons with an early time class. class Time alias rake_original_time_compare :<=> def <=>(other) if Rake::EarlyTime === other - other.<=>(self) else rake_original_time_compare(other) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rake-0.9.3.beta.4 | lib/rake/ext/time.rb |