class Dry::Schema::Processor

def to_proc

Other tags:
    Api: - public

Returns:
  • (Proc) -
def to_proc
  ->(input) { call(input) }
end