class Gem::Commands::UninstallCommand

def description # :nodoc:

:nodoc:
def description # :nodoc:
  <<-EOF
e uninstall command removes a previously installed gem.
byGems will ask for confirmation if you are attempting to uninstall a gem
at is a dependency of an existing gem.  You can use the
ignore-dependencies option to skip this check.
  EOF
end