class Cuprum::BuiltIn::NullOperation
A predefined operation that does nothing when called.
@example
operation = NullOperation.new.call operation.value #=> nil operation.success? #=> true
A predefined operation that does nothing when called.
@example
operation = NullOperation.new.call operation.value #=> nil operation.success? #=> true