class Faker::DrWho

Public Class Methods

actor() click to toggle source
# File lib/faker/dr_who.rb, line 13
def self.actor
  fetch('dr_who.actors')
end
catch_phrase() click to toggle source
# File lib/faker/dr_who.rb, line 17
def self.catch_phrase
  fetch('dr_who.catch_phrases')
end
character() click to toggle source
# File lib/faker/dr_who.rb, line 5
def self.character
  fetch('dr_who.character')
end
quote() click to toggle source
# File lib/faker/dr_who.rb, line 21
def self.quote
  fetch('dr_who.quotes')
end
specie() click to toggle source
# File lib/faker/dr_who.rb, line 29
def self.specie
  fetch('dr_who.species')
end
the_doctor() click to toggle source
# File lib/faker/dr_who.rb, line 9
def self.the_doctor
  fetch('dr_who.the_doctors')
end
villian() click to toggle source
# File lib/faker/dr_who.rb, line 25
def self.villian
  fetch('dr_who.villians')
end