# File lib/pathname2.rb, line 1085
   def remove_dir(*args)
      FileUtils.remove_dir(self, *args)
   end