# File lib/kramdown/utils/ordered_hash.rb, line 66
        def delete(key)
          @order.delete(key)
          @data.delete(key)
        end