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