# File lib/pathname2.rb, line 913
   def chmod(mode)
      File.chmod(mode, self)
   end