method

coerce

coerce(other)
public

No documentation available.

# File activesupport/lib/active_support/duration.rb, line 22
      def coerce(other)
        [Scalar.new(other), self]
      end