class Dry::Logic::Rule::Value

def arity

def arity
  @arity ||= predicate.arity
end