class Gem::Commands::CleanupCommand
def initialize
def initialize super 'cleanup', 'Clean up old versions of installed gems in the local repository', :force => false, :install_dir => Gem.dir add_option('-d', '--dryrun', "") do |value, options| options[:dryrun] = true end end