method

remove_dir1

ruby latest stable - Class: FileUtils::Entry_
remove_dir1()
public

No documentation available.

# File lib/fileutils.rb, line 1335
    def remove_dir1
      platform_support {
        Dir.rmdir path().chomp(//)
      }
    end