class Faker::TvShows::GameOfThrones
def character
-
(String)
-
def character fetch('game_of_thrones.characters') end
def city
-
(String)
-
def city fetch('game_of_thrones.cities') end
def dragon
-
(String)
-
def dragon fetch('game_of_thrones.dragons') end
def house
-
(String)
-
def house fetch('game_of_thrones.houses') end
def quote
-
(String)
-
def quote fetch('game_of_thrones.quotes') end