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