# File lib/kwalify/util/ordered-hash.rb, line 13
      def initialize(*args, &block)
        super
        @_keys = []
      end