Class: Faker::DrWho

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/dr_who.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, sample, shuffle, translate, unique, with_locale

Class Method Details

.catch_phraseObject



16
17
18
# File 'lib/faker/dr_who.rb', line 16

def self.catch_phrase
  fetch('dr_who.catch_phrases')
end

.characterObject



8
9
10
# File 'lib/faker/dr_who.rb', line 8

def self.character
  fetch('dr_who.character')
end

.quoteObject



20
21
22
# File 'lib/faker/dr_who.rb', line 20

def self.quote
  fetch('dr_who.quotes')
end

.specieObject



28
29
30
# File 'lib/faker/dr_who.rb', line 28

def self.specie
  fetch('dr_who.species')
end

.the_doctorObject



12
13
14
# File 'lib/faker/dr_who.rb', line 12

def self.the_doctor
  fetch('dr_who.the_doctors')
end

.villianObject



24
25
26
# File 'lib/faker/dr_who.rb', line 24

def self.villian
  fetch('dr_who.villians')
end