Module: CMDx::Mergers::NoMerge Private
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
- #call(_ctx, _result) ⇒ void private
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.
16 |
# File 'lib/cmdx/mergers/no_merge.rb', line 16 def call(_ctx, _result); end |