32 33 34 35
# File 'lib/bundler/cli/common.rb', line 32 def self.output_without_groups_message(command) return if Bundler.settings[:without].empty? Bundler.ui.confirm without_groups_message(command) end