removes lying comment
This commit is contained in:
@@ -52,7 +52,7 @@ class CensusApi
|
||||
data[:datos_vivienda][:item][:codigo_distrito]
|
||||
end
|
||||
|
||||
def gender # "Varón" or "Mujer"
|
||||
def gender
|
||||
case data[:datos_habitante][:item][:descripcion_sexo]
|
||||
when "Varón"
|
||||
"male"
|
||||
|
||||
Reference in New Issue
Block a user