# File lib/linecache.rb, line 346
  def remap_file(from_file, to_file)
    @@file2file_remap[from_file] = to_file
    cache_file(to_file)
  end