class Rake::LateTime

LateTime is a fake timestamp that occurs after any other time value.

def <=>(other)

def <=>(other)
  1
end

def to_s

def to_s
  "<LATE TIME>"
end