# File lib/bundler/settings.rb, line 64
    def without=(array)
      self[:without] = (array.empty? ? nil : array.join(":")) if array
    end