Method: LibGems::Commands::CleanupCommand#description

Defined in:
lib/libgems/commands/cleanup_command.rb

#descriptionObject

:nodoc:



26
27
28
29
30
31
# File 'lib/libgems/commands/cleanup_command.rb', line 26

def description # :nodoc:
  <<-EOF
The cleanup command removes old gems from GEM_HOME.  If an older version is
installed elsewhere in GEM_PATH the cleanup command won't touch it.
  EOF
end