class Dry::Schema::Predicate

def to_ast(*)

Other tags:
    Api: - private

Returns:
  • (Array) -
def to_ast(*)
  [:predicate, [name, compiler.predicates.arg_list(name, *args)]]
end