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_definition(definition)
public
Installs the plugin from Definition
object created by limited parsing of Gemfile searching for plugins to be
installed
@param [Definition] definition
object @return [Hash] map of names to their specs
they are installed with
# File lib/bundler/plugin/installer.rb, line 31
def install_definition(definition)
def definition.lock(*); end
definition.resolve_remotely!
specs = definition.specs
install_from_specs specs
end