Faker v0.12.0 Faker.Team View Source
Functions for generating team related data
Link to this section Summary
Link to this section Functions
Link to this function
creature()
View Source
creature()
View Source
creature() :: String.t()
creature() :: String.t()
Returns a string of the form [state] [creature]
Examples
iex> Faker.Team.name()
"Hawaii cats"
iex> Faker.Team.name()
"Oklahoma banshees"
iex> Faker.Team.name()
"Texas elves"
iex> Faker.Team.name()
"Iowa fishes"
Link to this function
name()
View Source
name()
View Source
name() :: String.t()
name() :: String.t()
Returns a random creature name
Examples
iex> Faker.Team.creature()
"prophets"
iex> Faker.Team.creature()
"cats"
iex> Faker.Team.creature()
"enchanters"
iex> Faker.Team.creature()
"banshees"