In Files

  • rubygems/resolver/current_set.rb

Methods

Class/Module Index [+]

Quicksearch

Gem::Resolver::CurrentSet

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

Public Instance Methods

find_all(req) click to toggle source
 
               # File rubygems/resolver/current_set.rb, line 9
def find_all req
  req.dependency.matching_specs
end