spec()
Fetches a Gem::Specification for this IndexSpecification from the #source.
# File lib/rubygems/resolver/index_specification.rb, line 60 def spec # :nodoc: @spec ||= begin tuple = Gem::NameTuple.new @name, @version, @platform @source.fetch_spec tuple end end