Flowdock
method

description

Importance_0
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/cleanup_command.rb, line 35
  def description # :nodoc:
    The cleanup command removes old versions of gems from GEM_HOME that are notrequired to meet a dependency.  If a gem is installed elsewhere in GEM_PATHthe cleanup command won't delete it.If no gems are named all gems in GEM_HOME are cleaned.
  end
Register or log in to add new notes.