doctor_children()
Cleans up children of this gem repository
# File lib/rubygems/doctor.rb, line 93 def doctor_children # :nodoc: REPOSITORY_EXTENSION_MAP.each do |sub_directory, extension| doctor_child sub_directory, extension end end