method

show_pretty_values_for

ruby latest stable - Class: Bundler::CLI::Config

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

show_pretty_values_for(setting)
private

No documentation available.

# File lib/bundler/cli/config.rb, line 107
    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