Flowdock
method

doctor

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: CheckCommand
doctor() public

No documentation

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

Hide source
# File lib/rubygems/commands/check_command.rb, line 60
  def doctor
    say 'Checking for files from uninstalled gems...'
    say

    Gem.path.each do |gem_repo|
      doctor = Gem::Doctor.new gem_repo, options[:dry_run]
      doctor.doctor
    end
  end
Register or log in to add new notes.