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