Method: Gem::Source::Lock#fetch_spec
- Defined in:
- lib/rubygems/source/lock.rb
#fetch_spec(name_tuple) ⇒ Object
Delegates to the wrapped source’s fetch_spec method.
42 43 44 |
# File 'lib/rubygems/source/lock.rb', line 42 def fetch_spec(name_tuple) @wrapped.fetch_spec name_tuple end |