Method: Bundler::Plugin::Index#command_plugin

Defined in:
lib/bundler/plugin/index.rb

#command_plugin(command) ⇒ Object

Fetch the name of plugin handling the command



110
111
112
# File 'lib/bundler/plugin/index.rb', line 110

def command_plugin(command)
  @commands[command]
end