Class: Faker::WorldOfWarcraft

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/world_of_warcraft.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, sample, shuffle, translate, unique, with_locale

Class Method Details

.heroObject



4
5
6
# File 'lib/faker/world_of_warcraft.rb', line 4

def hero
  fetch('world_of_warcraft.hero')
end

.quoteObject



8
9
10
# File 'lib/faker/world_of_warcraft.rb', line 8

def quote
  fetch('world_of_warcraft.quotes')
end