A Lock
source wraps an installed gem’s source and sorts before other sources during dependency resolution. This allows RubyGems to prefer gems from dependency lock files.
Methods
- F
- N
Attributes
[R] | wrapped | The wrapped |
Class Public methods
Instance Public methods
fetch_spec(name_tuple) Link
Delegates to the wrapped source’s fetch_spec
method.