class WEBrick::HTTPServer::MountTable

def []=(dir, val)

def []=(dir, val)
  dir = normalize(dir)
  @tab[dir] = val
  compile
  val
end