frozen_string_literal: false
Resolver sets are used to look up specifications (and their dependencies) used in resolution. This set is abstract.
Methods
Attributes
| [RW] | errors | Errors encountered when resolving gems |
| [RW] | prerelease | When true, allows matching of requests to prerelease gems. |
| [RW] | remote | Set to true to disable network access for this set |
Instance Public methods
find_all(req)
Link
The #find_all method must be
implemented. It returns all Resolver Specification objects matching the
given DependencyRequest req.
prefetch(reqs)
Link