class Bundler::CLI::Plugin

def uninstall(*plugins)

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