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