method
output_without_groups_message
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI::Common
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