method

coerce

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

No documentation available.

# File lib/date/delta.rb, line 348
    def coerce(other)
      case other
      when Numeric; return other, @delta
      else
        super
      end
    end