Faker v0.12.0 Faker.Pokemon.En View Source

Functions for Pokemon names in English

Link to this section Summary

Functions

Returns a location from Pokemon universe

Returns a Pokemon name

Link to this section Functions

Returns a location from Pokemon universe

Examples

iex> Faker.Pokemon.En.location()
"Vaniville Town"
iex> Faker.Pokemon.En.location()
"Slateport City"
iex> Faker.Pokemon.En.location()
"Shalour City"
iex> Faker.Pokemon.En.location()
"Solaceon Town"

Returns a Pokemon name

Examples

iex> Faker.Pokemon.En.name()
"Poliwhirl"
iex> Faker.Pokemon.En.name()
"Exeggcute"
iex> Faker.Pokemon.En.name()
"Flareon"
iex> Faker.Pokemon.En.name()
"Marowak"