method
coerce
v1_9_1_378 -
Show latest stable
- Class:
Date::Infinity
coerce(other)public
No documentation available.
# File lib/date.rb, line 289
def coerce(other)
case other
when Numeric; return -d, d
else
super
end
end