frozen_string_literal: false
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 Gem::Source |
Class Public methods
Instance Public methods
fetch_spec(name_tuple)
Link
Delegates to the wrapped source's #fetch_spec method.