method

output_without_groups_message

output_without_groups_message()
public

No documentation available.

# File lib/bundler/cli/common.rb, line 17
    def self.output_without_groups_message
      return if Bundler.settings[:without].empty?
      Bundler.ui.confirm without_groups_message
    end