Method: Gem::Resolver::Set#find_all
- Defined in:
- lib/rubygems/resolver/set.rb
#find_all(req) ⇒ Object
The find_all method must be implemented. It returns all Resolver Specification objects matching the given DependencyRequest req
.
33 34 35 |
# File 'lib/rubygems/resolver/set.rb', line 33 def find_all(req) raise NotImplementedError end |