class Gem::Doctor

def gem_repository?

def gem_repository?
  not installed_specs.empty?
end