# File lib/pathname2.rb, line 983
   def join(*args)
      File.join(self, *args)
   end