each()
No documentation available.
# File lib/rubygems/util/list.rb, line 12 def each n = self while n yield n.value n = n.tail end end