160 161 162 163 164 165 166
# File 'lib/bundler/cli/config.rb', line 160 def show_pretty_values_for(setting) thor.with_padding do Bundler.settings.pretty_values_for(setting).each do |line| Bundler.ui.info line end end end