# File lib/pathname2.rb, line 923
   def chown(owner, group)
      File.chown(owner, group, self)
   end