class Dry::Logic::Operations::Set

def [](input)

def [](input)
  rules.map { |rule| rule[input] }.all?
end