# File lib/fssm/pathname.rb, line 384
    def chown(owner, group)
      File.chown(owner, group, self)
    end