class Dry::Logic::Rule

def ast(input = Undefined)

def ast(input = Undefined)
  [:predicate, [id, args_with_names(input)]]
end