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 |
|
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
.