= private = protected
rmdir(*path)
CommandProcessor#rmdir(*path)
path: String same as Dir.rmdir()
# File lib/shell/command-processor.rb, line 240 def rmdir(*path) @shell.check_point notify("rmdir #{path.join(' ')}") for dir in path Dir.rmdir(expand_path(dir)) end Void.new(@shell) end