A set which represents the installed gems. Respects all the normal settings that control where to look for installed gems.

Methods
F
P
Instance Public methods
find_all(req)
# File lib/rubygems/dependency_resolver.rb, line 245
def find_all(req)
  req.dependency.matching_specs
end
prefetch(gems)
# File lib/rubygems/dependency_resolver.rb, line 249
def prefetch(gems)
end