Back to Faker

Faker::Games::WorldOfWarcraft

doc/games/world_of_warcraft.md

3.8.0496 B
Original Source

Faker::Games::WorldOfWarcraft

ruby
# Generate a random character from World of Warcraft
Faker::Games::WorldOfWarcraft.hero #=> "Uther the Lightbringer"

# Generate a random class name from World of Warcraft
Faker::Games::WorldOfWarcraft.class_name #=> "Druid"

# Generate a random class name from World of Warcraft
Faker::Games::WorldOfWarcraft.race #=> "Night elf"

# Generate a random quote from World of Warcraft
Faker::Games::WorldOfWarcraft.quote #=> "These are dark times indeed."