class Faker::DrWho

Public Class Methods

catch_phrase() click to toggle source
# File lib/faker/dr_who.rb, line 16
def self.catch_phrase
  fetch('dr_who.catch_phrases')
end
character() click to toggle source
# File lib/faker/dr_who.rb, line 8
def self.character
  fetch('dr_who.character')
end
quote() click to toggle source
# File lib/faker/dr_who.rb, line 20
def self.quote
  fetch('dr_who.quotes')
end
specie() click to toggle source
# File lib/faker/dr_who.rb, line 28
def self.specie
  fetch('dr_who.species')
end
the_doctor() click to toggle source
# File lib/faker/dr_who.rb, line 12
def self.the_doctor
  fetch('dr_who.the_doctors')
end
villian() click to toggle source
# File lib/faker/dr_who.rb, line 24
def self.villian
  fetch('dr_who.villians')
end