class Faker::TvShows::DrWho
Public Class Methods
Source
# File lib/faker/tv_shows/dr_who.rb, line 44 def actor fetch('dr_who.actors') end
Produces an actor from Doctor Who.
@return [String]
@example
Faker::TvShows::DrWho.actor #=> "Matt Smith"
@faker.version 1.9.0
Source
# File lib/faker/tv_shows/dr_who.rb, line 57 def catch_phrase fetch('dr_who.catch_phrases') end
Produces a catch phrase from Doctor Who.
@return [String]
@example
Faker::TvShows::DrWho.catch_phrase #=> "Fantastic!"
@faker.version 1.8.0
Source
# File lib/faker/tv_shows/dr_who.rb, line 18 def character fetch('dr_who.character') end
Produces a character from Doctor Who.
@return [String]
@example
Faker::TvShows::DrWho.character #=> "Captain Jack Harkness"
@faker.version 1.8.0
Source
# File lib/faker/tv_shows/dr_who.rb, line 70 def quote fetch('dr_who.quotes') end
Produces a quote from Doctor Who.
@return [String]
@example
Faker::TvShows::DrWho.quote #=> "Lots of planets have a north!"
@faker.version 1.8.0
Source
# File lib/faker/tv_shows/dr_who.rb, line 96 def specie fetch('dr_who.species') end
Produces a species from Doctor Who.
@return [String]
@example
Faker::TvShows::DrWho.specie #=> "Dalek"
@faker.version 1.8.0
Source
# File lib/faker/tv_shows/dr_who.rb, line 31 def the_doctor fetch('dr_who.the_doctors') end
Produces an iteration of The Doctor from Doctor Who.
@return [String]
@example
Faker::TvShows::DrWho.the_doctor #=> "Ninth Doctor"
@faker.version 1.8.0
Source
# File lib/faker/tv_shows/dr_who.rb, line 83 def villain fetch('dr_who.villains') end
Produces a villain from Doctor Who.
@return [String]
@example
Faker::TvShows::DrWho.villain #=> "The Master"
@faker.version 2.13.0