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