= private = protected
rmdir(*path)
CommandProcessor#rmdir(*path)
path: String same as Dir.rmdir()
# File lib/shell/command-processor.rb, line 207 def rmdir(*path) for dir in path Dir.rmdir(expand_path(dir)) end end