class Dry::Logic::Evaluator::Set

def call(input)

def call(input)
  evaluators.map { |evaluator| evaluator[input] }
end