# File lib/fusefs/metadir.rb, line 141 def rmdir(path) pathmethod(:rmdir,path) do |dirname| @subdirs.delete(dirname) @stats.adjust(0,-1) end end