# File lib/bundler/settings.rb, line 80 def without self[:without] ? self[:without].split(":").map { |w| w.to_sym } : [] end