method

description

description()
public

No documentation available.

# File lib/rubygems/commands/cleanup_command.rb, line 34
  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