class Faker::WorldOfWarcraft

Public Class Methods

hero() click to toggle source
# File lib/faker/world_of_warcraft.rb, line 4
def hero
  fetch('world_of_warcraft.hero')
end
quote() click to toggle source
# File lib/faker/world_of_warcraft.rb, line 8
def quote
  fetch('world_of_warcraft.quotes')
end