method
description
v2_2_9 -
Show latest stable
- Class:
Gem::Commands::CleanupCommand
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