class Steep::Server::Master

def paths_for(worker)

def paths_for(worker)
  worker_to_paths[worker] ||= Set[]
end