# File ../lib/fox/iterators.rb, line 76 def each 0.upto(numItems - 1) do |i| yield getItemText(i), getItemIcon(i), getItemData(i) end self end