class Dry::Logic::Operations::Set

def to_s

def to_s
  "#{type}(#{rules.map(&:to_s).join(", ")})"
end