class Bundler::Plugin::Index

def hook_plugins(event)

Returns the list of plugin names handling the passed event
def hook_plugins(event)
  @hooks[event] || []
end