# File lib/caesars/orderedhash.rb, line 187
187:     def each_with_index
188:       @order.each_with_index { |k, index| yield k, self[k], index }
189:       self
190:     end