method
fetch_spec
ruby latest stable - Class:
Gem::Source::SpecificFile
fetch_spec(name)public
No documentation available.
# File lib/rubygems/source/specific_file.rb, line 34
def fetch_spec name # :nodoc:
return @spec if name == @name
raise Gem::Exception, "Unable to find '#{name}'"
@spec
end