installed_specs()
Specs installed in this gem repository
# File lib/rubygems/doctor.rb, line 54 def installed_specs # :nodoc: @installed_specs ||= Gem::Specification.map { |s| s.full_name } end