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