Sha256: 2cecdafba1186a008bca445e58895fad1ab483b295d52f490bdf641f333f3434
Contents?: true
Size: 354 Bytes
Versions: 55
Compression:
Stored size: 354 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 # class Time
Version data entries
55 entries across 42 versions & 6 rubygems