# File lib/kramdown/utils/ordered_hash.rb, line 45
        def each
          @order.each {|k| yield(k, @data[k])}
        end