class Dry::Logic::Rule::Interface

def variable_arity?

def variable_arity?
  arity.equal?(-1)
end