method

etag_for

ruby latest stable - Class: Bundler::CompactIndexClient::Updater

Method not available on this version

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

etag_for(path)
public

No documentation available.

# File lib/bundler/compact_index_client/updater.rb, line 92
      def etag_for(path)
        sum = checksum_for_file(path)
        sum ? %("#{sum}") : nil
      end