module Mongo::Operation::ExecutableNoValidate
Shared executable behavior of operations for operations whose result should not be validated.
@api private
Public Instance Methods
Source
# File lib/mongo/operation/shared/executable_no_validate.rb, line 24 def execute(connection, client:) do_execute(connection, client) end