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