method
coerce
rails latest stable - Class:
ActiveSupport::Duration::Scalar
coerce(other)public
No documentation available.
# File activesupport/lib/active_support/duration.rb, line 23
def coerce(other)
[Scalar.new(other), self]
end