class Dry::Logic::Rule::Negation

def to_ary

def to_ary
  [:not, rule.to_ary]
end