class Dry::Logic::Rule::Set

def call(input)

def call(input)
  Logic.Result(input, predicate.map { |rule| rule.(input) }, self)
end