# File lib/rubygems/source_index.rb, line 162
    def each(&block) # :yields: gem.full_name, gem
      @gems.each(&block)
    end