Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
hook_plugins(event)
public
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