method

new

ruby latest stable - Class: Bundler::GemInstaller

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(spec, installer, standalone = false, worker = 0, force = false)
public

No documentation available.

# File lib/bundler/installer/gem_installer.rb, line 7
    def initialize(spec, installer, standalone = false, worker = 0, force = false)
      @spec = spec
      @installer = installer
      @standalone = standalone
      @worker = worker
      @force = force
    end