class Faker::Games::Witcher
def book
-
(String)
-
def book fetch('games.witcher.books') end
def character
-
(String)
-
def character fetch('games.witcher.characters') end
def location
-
(String)
-
def location fetch('games.witcher.locations') end
def monster
-
(String)
-
def monster fetch('games.witcher.monsters') end
def potion
-
(String)
-
def potion fetch('games.witcher.potions') end
def quote
-
(String)
-
def quote fetch('games.witcher.quotes') end
def school
-
(String)
-
def school fetch('games.witcher.schools') end
def sign
-
(String)
-
def sign fetch('games.witcher.signs') end
def witcher
-
(String)
-
def witcher fetch('games.witcher.witchers') end