# File lib/bson/ordered_hash.rb, line 68
      def yaml_initialize(tag, val)
        @ordered_keys = []
        super
      end