class Faker::TvShows::DrWho

def actor

Returns:
  • (String) -
def actor
  fetch('dr_who.actors')
end

def catch_phrase

Returns:
  • (String) -
def catch_phrase
  fetch('dr_who.catch_phrases')
end

def character

Returns:
  • (String) -
def character
  fetch('dr_who.character')
end

def quote

Returns:
  • (String) -
def quote
  fetch('dr_who.quotes')
end

def specie

Returns:
  • (String) -
def specie
  fetch('dr_who.species')
end

def the_doctor

Returns:
  • (String) -
def the_doctor
  fetch('dr_who.the_doctors')
end

def villain

Returns:
  • (String) -
def villain
  fetch('dr_who.villains')
end