method

new

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.

new(name, version, platform, spec_fetcher)
public

No documentation available.

# File lib/bundler/remote_specification.rb, line 18
    def initialize(name, version, platform, spec_fetcher)
      @name         = name
      @version      = Gem::Version.create version
      @platform     = platform
      @spec_fetcher = spec_fetcher
      @dependencies = nil
    end