Faker v0.15.0 Faker.Color.PtBr View Source
Functions for color data in Brazilian Portuguese
Link to this section Summary
Link to this section Functions
Specs
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"