class Git::EscapedPath

def extract_single_char(path, index)

def extract_single_char(path, index)
  [path[index].ord, 1]
end