Faker v0.12.0 Faker.Color.PtBr View Source
Functions for color data in Brazilian Portuguese
Link to this section Summary
Link to this section Functions
Link to this function
name()
View Source
name()
View Source
name() :: String.t()
name() :: String.t()
Returns a random brazilian portuguese color name
Examples
iex> Faker.Color.PtBr.name()
"Vermelho"
iex> Faker.Color.PtBr.name()
"Verde"
iex> Faker.Color.PtBr.name()
"Marrom"
iex> Faker.Color.PtBr.name()
"Rosa"