Module: Musa::Extension::SmartProcBinder

Defined in:
lib/musa-dsl/core-ext/smart-proc-binder.rb

Overview

Module providing smart parameter binding for Proc objects.

SmartProcBinder analyzes a Proc's parameter signature and intelligently matches provided arguments to expected parameters, handling both positional and keyword arguments with proper rest parameter support.

Defined Under Namespace

Classes: SmartProcBinder