class Bundler::CLI::Plugin

def install(*plugins)

def install(*plugins)
  Bundler::Plugin.install(plugins, options)
end