# File lib/mongo/operation/shared/write.rb, line 57
      def bulk_execute(server)
        if server.features.op_msg_enabled?
          self.class::OpMsg.new(spec).execute(server).bulk_result
        else
          self.class::Command.new(spec).execute(server).bulk_result
        end
      end