class Date
class Date::Infinity
date
3.1.2
# to_f
def to_f return 0 if @d == 0 if @d > 0 Float::INFINITY else -Float::INFINITY end end