class Faker::TvShows::DrWho
def actor
-
(String)
-
def actor fetch('dr_who.actors') end
def catch_phrase
-
(String)
-
def catch_phrase fetch('dr_who.catch_phrases') end
def character
-
(String)
-
def character fetch('dr_who.character') end
def quote
-
(String)
-
def quote fetch('dr_who.quotes') end
def specie
-
(String)
-
def specie fetch('dr_who.species') end
def the_doctor
-
(String)
-
def the_doctor fetch('dr_who.the_doctors') end
def villain
-
(String)
-
def villain fetch('dr_who.villains') end