# File lib/active_support/duration.rb, line 26
    def -(other)
      self + (-other)
    end