class Dry::Logic::Evaluator::Set

def self.new(paths)

def self.new(paths)
  super(paths.map { |path| Evaluator::Key.new(path) })
end