class Bundler::Settings

def without

def without
  self[:without] ? self[:without].split(":").map { |w| w.to_sym } : []
end