class Bundler::Plugin::Installer

def install_definition(definition)

Returns:
  • (Hash) - map of names to their specs they are installed with

Parameters:
  • definition (Definition) -- object
def install_definition(definition)
  def definition.lock(*); end
  definition.resolve_remotely!
  specs = definition.specs
  install_from_specs specs
end