# File Ouroboros.rb, line 155 def each @size.times{ |i| list_item = @all[ (@current_index+i) % @size ] yield( list_item ) } end