# File lib/webrick/httpserver.rb, line 122
    def unmount(dir)
      @logger.debug(sprintf("unmount %s.", dir))
      @mount_tab.delete(dir)
    end