Method: Pathname#rmdir

Defined in:
lib/rubysl/pathname/pathname.rb

#rmdirObject

See Dir.rmdir. Remove the referenced directory.



979
# File 'lib/rubysl/pathname/pathname.rb', line 979

def rmdir() Dir.rmdir(@path) end