method

log_specs

ruby latest stable - Class: Bundler::Fetcher::Base

Method not available on this version

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

log_specs(debug_msg)
private

No documentation available.

# File lib/bundler/fetcher/base.rb, line 43
      def log_specs(debug_msg)
        if Bundler.ui.debug?
          Bundler.ui.debug debug_msg
        else
          Bundler.ui.info ".", false
        end
      end