A set which represents the installed gems. Respects all the normal settings that control where to look for installed gems.
Instance Methods
lib/rubygems/resolver/current_set.rb
View on GitHub
# File tmp/rubies/ruby-3.2.0/lib/rubygems/resolver/current_set.rb, line 8
def find_all(req)
req.dependency.matching_specs
end
No documentation available