class Dry::Types::Constructor::Function::MethodCall::PrivateCall
@api private
Coercion via a private method call
def call(input, &) = @target.send(@name, input, &)
def call(input, &) = @target.send(@name, input, &)
@api private
Coercion via a private method call
def call(input, &) = @target.send(@name, input, &)