method

message

Method not available on this version

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

message()
public

No documentation available.

# File lib/bundler/compact_index_client/updater.rb, line 17
        def message
          "The checksum of /#{@path} does not match the checksum provided by the server! Something is wrong "              "(local checksum is #{@local_checksum.inspect}, was expecting #{@server_checksum.inspect})."
        end