class Git::Status

def downcase_keys(hash)

def downcase_keys(hash)
  hash.map { |k, v| [k.downcase, v] }.to_h
end