module LineCache

def remap_file(from_file, to_file)

def remap_file(from_file, to_file)
  @@file2file_remap[to_file] = from_file
end