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



114
115
116
# File 'lib/bundler/plugin/index.rb', line 114

def command_plugin(command)
  @commands[command]
end