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