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, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.actorObject



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

def self.actor
  fetch('dr_who.actors')
end

.catch_phraseObject



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

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

.characterObject



5
6
7
# File 'lib/faker/dr_who.rb', line 5

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

.quoteObject



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

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

.specieObject



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

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

.the_doctorObject



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

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

.villianObject



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

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