= private = protected
-(other)
Subtracts another Duration or a Numeric from this Duration. Numeric values are treated as seconds.
# File activesupport/lib/active_support/duration.rb, line 277 def -(other) self + (-other) end