Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 497 Bytes

world_of_warcraft.md

File metadata and controls

15 lines (11 loc) · 497 Bytes

Faker::Games::WorldOfWarcraft

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