class Faker::Games::Pokemon
def location
-
(String)
-
def location fetch('games.pokemon.locations') end
def move
-
(String)
-
def move fetch('games.pokemon.moves') end
def name
-
(String)
-
def name fetch('games.pokemon.names') end