# File lib/fakefs/pathname.rb, line 695
      def chown(owner, group)
        File.chown(owner, group, @path)
      end