Flowdock
method

description

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: UninstallCommand
description() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/uninstall_command.rb, line 103
  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
Register or log in to add new notes.