# File ../lib/fox/iterators.rb, line 53 def each # :yields: anIconItem 0.upto(numItems - 1) do |i| yield retrieveItem(i) end self end