Method: Bundler::CLI::Config::Base#confirm

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

#confirm(name) ⇒ Object


125
126
127
128
# File 'lib/bundler/cli/config.rb', line 125

def confirm(name)
  Bundler.ui.confirm "Settings for `#{name}` in order of priority. The top value will be used"
  show_pretty_values_for(name)
end