class Faker::Games::WorldOfWarcraft
Public Class Methods
hero()
click to toggle source
Produces the name of a hero from World of Warcraft.
@return [String]
@example
Faker::Games::WorldOfWarcraft.hero #=> "Uther the Lightbringer"
@faker.version 1.9.2
# File lib/faker/games/world_of_warcraft.rb, line 16 def hero fetch('games.world_of_warcraft.hero') end
quote()
click to toggle source
Produces a quote from World of Warcraft.
@return [String]
@example
Faker::Games::WorldOfWarcraft.quote #=> "These are dark times indeed."
@faker.version 1.9.2
# File lib/faker/games/world_of_warcraft.rb, line 29 def quote fetch('games.world_of_warcraft.quotes') end