Method: Gem::Commands::UninstallCommand#description
- Defined in:
- lib/rubygems/commands/uninstall_command.rb
#description ⇒ Object
:nodoc:
102 103 104 105 106 107 108 109 110 |
# File 'lib/rubygems/commands/uninstall_command.rb', line 102 def description # :nodoc: <<-EOF The uninstall command removes a previously installed gem. RubyGems will ask for confirmation if you are attempting to uninstall a gem that is a dependency of an existing gem. You can use the --ignore-dependencies option to skip this check. EOF end |