class WEBrick::HTTPServer

def unmount(dir)

def unmount(dir)
  @logger.debug(sprintf("unmount %s.", dir))
  @mount_tab.delete(dir)
end