Method: Bundler::Plugin::Index#hook_plugins
- Defined in:
- lib/bundler/plugin/index.rb
#hook_plugins(event) ⇒ Object
Returns the list of plugin names handling the passed event
139 140 141 |
# File 'lib/bundler/plugin/index.rb', line 139 def hook_plugins(event) @hooks[event] || [] end |