method

uninstall

ruby latest stable - Class: Gem::Commands::UninstallCommand

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

uninstall(gem_name)
public

No documentation available.

# File lib/rubygems/commands/uninstall_command.rb, line 185
  def uninstall(gem_name)
    Gem::Uninstaller.new(gem_name, options).uninstall
  end