class Dry::Logic::Operations::Each

def [](arr)

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