This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.
each()
Iterate over the specifications in the source index.
# File lib/rubygems/source_index.rb, line 213 def each(&block) # :yields: gem.full_name, gem @gems.each(&block) end