method
description
v2_1_10 -
Show latest stable
- Class:
Gem::Commands::UninstallCommand
description()public
No documentation available.
# File lib/rubygems/commands/uninstall_command.rb, line 90
def description # :nodoc:
The uninstall command removes a previously installed gem.RubyGems will ask for confirmation if you are attempting to uninstall a gemthat is a dependency of an existing gem. You can use the--ignore-dependencies option to skip this check.
end