# File iterator.rb, line 692
        def initialize(i, position=nil)
                @i = i
                @position = position || 0
        end