A ComposedSet allows multiple sets to be queried like a single set.

To create a composed set with any number of sets use:

Gem::Resolver.compose_sets set1, set2

This method will eliminate nesting of composed sets.

Class Methods

Creates a new ComposedSet containing sets. Use Gem::Resolver::compose_sets instead.

Instance Methods
No documentation available

Finds all specs matching req in all sets.

Prefetches reqs in all sets.

When allow_prerelease is set to true prereleases gems are allowed to match dependencies.

Sets the remote network access for all composed sets.