method
uninstall_old_gemcutter
v2_5_5 -
Show latest stable
- Class:
Gem::Commands::SetupCommand
uninstall_old_gemcutter()public
No documentation available.
# File lib/rubygems/commands/setup_command.rb, line 573
def uninstall_old_gemcutter
require 'rubygems/uninstaller'
ui = Gem::Uninstaller.new('gemcutter', :all => true, :ignore => true,
:version => '< 0.4')
ui.uninstall
rescue Gem::InstallError
end