method

uninstall

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