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