Class: Faker::Witcher

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/witcher.rb

Class Method Summary collapse

Class Method Details

.characterObject



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

def character
  Faker::Games::Witcher.character
end

.locationObject



20
21
22
# File 'lib/faker/deprecate/witcher.rb', line 20

def location
  Faker::Games::Witcher.location
end

.monsterObject



28
29
30
# File 'lib/faker/deprecate/witcher.rb', line 28

def monster
  Faker::Games::Witcher.monster
end

.quoteObject



24
25
26
# File 'lib/faker/deprecate/witcher.rb', line 24

def quote
  Faker::Games::Witcher.quote
end

.schoolObject



16
17
18
# File 'lib/faker/deprecate/witcher.rb', line 16

def school
  Faker::Games::Witcher.school
end

.witcherObject



12
13
14
# File 'lib/faker/deprecate/witcher.rb', line 12

def witcher
  Faker::Games::Witcher.witcher
end