class Rake::EarlyTime

EarlyTime is a fake timestamp that occurs before any other time value.

def <=>(other)

def <=>(other)
  -1
end

def to_s

def to_s
  "<EARLY TIME>"
end