hook_plugins(event)
Returns the list of plugin names handling the passed event
# File lib/bundler/plugin/index.rb, line 112 def hook_plugins(event) @hooks[event] || [] end