# File lib/fakefs/pathname.rb, line 737
      def rename(to)
        File.rename(@path, to)
      end