class Dry::Logic::Rule::Set

def to_ary

def to_ary
  [type, [name, predicate.map(&:to_ary)]]
end