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

Coercion via a private method call

@api private

Public Instance Methods

call(input, &block) click to toggle source
# File lib/dry/types/constructor/function.rb, line 87
def call(input, &block)
  @target.send(@name, input, &block)
end