# File lib/kramdown/utils/ordered_hash.rb, line 39
        def initialize
          @data =  {}
          @order = []
        end