class Dry::Types::Constructor::Function::MethodCall::PrivateCall

@api private
Coercion via a private method call

def call(input, &block)

def call(input, &block)
  @target.send(@name, input, &block)
end