method
install
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI::Package
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