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