class Date::Infinity

def coerce(other)

def coerce(other)
  case other
  when Numeric; return -d, d
  else
    super
  end
end