class Rake::EarlyTime
EarlyTime is a fake timestamp that occurs before any other time value.
def <=>(other)
def <=>(other) -1 end
def to_s # :nodoc:
def to_s # :nodoc: "<EARLY TIME>" end
EarlyTime is a fake timestamp that occurs before any other time value.
def <=>(other) -1 end
def to_s # :nodoc: "<EARLY TIME>" end