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:

:nodoc:
def to_s # :nodoc:
  "<EARLY TIME>"
end