method

install

ruby latest stable - Class: Bundler::CLI::Package

Method not available on this version

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

install()
private

No documentation available.

# File lib/bundler/cli/package.rb, line 27
    def install
      require "bundler/cli/install"
      options = self.options.dup
      if Bundler.settings[:cache_all_platforms]
        options["local"] = false
        options["update"] = true
      end
      Bundler::CLI::Install.new(options).run
    end