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