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