= private = protected
rmdir()
Remove the referenced directory.
See Dir.rmdir.
static VALUE path_rmdir(VALUE self) { return rb_funcall(rb_cDir, id_rmdir, 1, get_strpath(self)); }