| Class | Bundler::Plugin::Index |
| In: |
lib/bundler/plugin/index.rb
|
| Parent: | Object |
| commands | [R] |
This function is to be called when a new plugin is installed. This function shall add the functions of the plugin to existing maps and also the name to source location.
@param [String] name of the plugin to be registered @param [String] path where the plugin is installed @param [Array<String>] load_paths for the plugin @param [Array<String>] commands that are handled by the plugin @param [Array<String>] sources that are handled by the plugin