# File lib/fssm/pathname.rb, line 428
    def rename(to)
      File.rename(self, to)
      replace(to)
    end