method

new

Method not available on this version

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

new(path, server_checksum, local_checksum)
public

No documentation available.

# File lib/bundler/compact_index_client/updater.rb, line 11
        def initialize(path, server_checksum, local_checksum)
          @path = path
          @server_checksum = server_checksum
          @local_checksum = local_checksum
        end