class Gem::Commands::UninstallCommand

def uninstall(gem_name)

def uninstall(gem_name)
  Gem::Uninstaller.new(gem_name, options).uninstall
end