method

auto_install

v2_6_3 - Show latest stable - Class: Bundler::CLI
auto_install()
private

Automatically invoke `bundle install` and resume if Bundler.settings[:auto_install] exists. This is set through config cmd `bundle config auto_install 1`.

Note that this method `nil`s out the global Definition object, so it should be called first, before you instantiate anything like an `Installer` that’ll keep a reference to the old one instead.