Module: CMDx::Mergers::NoMerge Private

Extended by:
NoMerge
Included in:
NoMerge
Defined in:
lib/cmdx/mergers/no_merge.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

No-op merger. Leaves the workflow context untouched; per-task results remain inspectable via ‘result.chain`.

Instance Method Summary collapse

Instance Method Details

#call(_ctx, _result) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Parameters:



16
# File 'lib/cmdx/mergers/no_merge.rb', line 16

def call(_ctx, _result); end