# File lib/nanoc/base/ordered_hash.rb, line 192
    def each_with_index
      @order.each_with_index { |k, index| yield k, self[k], index }
      self
    end