Method: Bundler::CLI::Common.output_without_groups_message

Defined in:
lib/bundler/cli/common.rb

.output_without_groups_message(command) ⇒ Object



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