method

_remote_specification

ruby latest stable - Class: Bundler::RemoteSpecification

Method not available on this version

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

_remote_specification()
private

No documentation available.

# File lib/bundler/remote_specification.rb, line 99
    def _remote_specification
      @_remote_specification ||= @spec_fetcher.fetch_spec([@name, @version, @platform])
      @_remote_specification || raise(GemspecError, "Gemspec data for #{full_name} was"          " missing from the server! Try installing with `--full-index` as a workaround.")
    end