Faker::Games::WorldOfWarcraft

September 28, 2020 ยท View on GitHub

# 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."