instance method
-
Ruby on Rails 8.1.2
Since v2.2.3Signature
-(other)
Subtracts another Duration or a Numeric from this Duration. Numeric values are treated as seconds.
Parameters
-
otherreq
Source
# File activesupport/lib/active_support/duration.rb, line 282
def -(other)
self + (-other)
end
Defined in activesupport/lib/active_support/duration.rb line 282
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Duration