class Faker::Games::Pokemon

def location

Returns:
  • (String) -
def location
  fetch('games.pokemon.locations')
end

def move

Returns:
  • (String) -
def move
  fetch('games.pokemon.moves')
end

def name

Returns:
  • (String) -
def name
  fetch('games.pokemon.names')
end