Skip to Content Skip to Search

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

Methods
F

Instance Public methods

find_all(req)

# File ruby/lib/rubygems/resolver/current_set.rb, line 9
def find_all(req)
  req.dependency.matching_specs
end