method

coerce

v1_8_6_287 - Show latest stable - Class: Date::Infinity
coerce(other)
public

No documentation available.

# File lib/date.rb, line 290
    def coerce(other)
      case other
      when Numeric; return -d, d
      else
        super
      end
    end