method

client_fetcher

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

Method not available on this version

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

client_fetcher()
private

No documentation available.

# File lib/bundler/fetcher/compact_index.rb, line 111
      def client_fetcher
        ClientFetcher.new(self, Bundler.ui)
      end