# File lib/webrick/httpserver.rb, line 169
      def [](dir)
        dir = normalize(dir)
        @tab[dir]
      end