Flowdock
method

uninstall_old_gemcutter

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: SetupCommand
uninstall_old_gemcutter() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.