method
new
v1_9_3_392 -
Show latest stable
- Class:
Gem::Commands::CleanupCommand
new()public
No documentation available.
# File lib/rubygems/commands/cleanup_command.rb, line 7
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