method

filter_uri

ruby latest stable - Class: Bundler::HTTPError

Method not available on this version

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

filter_uri(uri)
public

No documentation available.

# File lib/bundler/errors.rb, line 46
    def filter_uri(uri)
      URICredentialsFilter.credential_filtered_uri(uri)
    end