fetch_spec(name_tuple)
Delegates to the wrapped source’s fetch_spec method.
# File lib/rubygems/source/lock.rb, line 44 def fetch_spec name_tuple @wrapped.fetch_spec name_tuple end