# File lib/fakefs/pathname.rb, line 685
      def chmod(mode)
        File.chmod(mode, @path)
      end