# File lib/kwalify/util/ordered-hash.rb, line 47
      def each
        @_keys.each do |key|
          yield key, self[key]
        end
      end