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