The StaticSet is a static set of gem specifications used for testing only. It is available by requiring Gem::TestCase.

Attributes
Read & Write

A StaticSet ignores remote because it has a fixed set of gems.

Class Methods

Creates a new StaticSet for the given specs

Instance Methods

Adds spec to this set.

Finds all gems matching dep in this set.

Finds dep in this set.

Loads a Gem::Specification from this set which has the given name, version ver, platform. The source is ignored.