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