class Faker::Games::Pokemon
Public Class Methods
Source
# File lib/faker/games/pokemon.rb, line 29 def location fetch('games.pokemon.locations') end
Produces a location from Pokemon
.
@return [String]
@example
Faker::Games::Pokemon.location #=> "Pallet Town"
@faker.version 1.7.0
Source
# File lib/faker/games/pokemon.rb, line 42 def move fetch('games.pokemon.moves') end
Produces a move from Pokemon
.
@return [String]
@example
Faker::Games::Pokemon.move #=> "Thunder Shock"
@faker.version 1.7.0