class MiniPortile

def work_path

def work_path
  Dir.glob("#{tmp_path}/*").find { |d| File.directory?(d) }
end