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