Method: Path#rmdir

Defined in:
lib/path/dir.rb

#rmdirObject

Remove the referenced directory. See Dir.rmdir.



55
56
57
# File 'lib/path/dir.rb', line 55

def rmdir
  Dir.rmdir(@path)
end