= private = protected
rmdir()
See Dir.rmdir. Remove the referenced directory.
# File lib/pathname.rb, line 978 def rmdir() Dir.rmdir(@path) end