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