class Bundler::Plugin::Index

def command_plugin(command)

Fetch the name of plugin handling the command
def command_plugin(command)
  @commands[command]
end