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