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