class Dry::Logic::Rule::Predicate

def ast(input = Undefined)

def ast(input = Undefined)
  [type, [name, args_with_names(input)]]
end