method
coerce
v5.2.3 -
Show 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