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