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