Class: Faker::TvShows::Buffy
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.actor ⇒ String
Produces a actor from Buffy the Vampire Slayer.
-
.big_bad ⇒ String
Produces a big bad from Buffy the Vampire Slayer.
-
.character ⇒ String
Produces a character from Buffy the Vampire Slayer.
-
.episode ⇒ String
Produces an episode from Buffy the Vampire Slayer.
-
.quote ⇒ String
Produces a quote from Buffy the Vampire Slayer.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.actor ⇒ String
Produces a actor from Buffy the Vampire Slayer.
44 45 46 |
# File 'lib/faker/tv_shows/buffy.rb', line 44 def actor fetch('buffy.actors') end |
.big_bad ⇒ String
Produces a big bad from Buffy the Vampire Slayer.
57 58 59 |
# File 'lib/faker/tv_shows/buffy.rb', line 57 def big_bad fetch('buffy.big_bads') end |
.character ⇒ String
Produces a character from Buffy the Vampire Slayer.
18 19 20 |
# File 'lib/faker/tv_shows/buffy.rb', line 18 def character fetch('buffy.characters') end |
.episode ⇒ String
Produces an episode from Buffy the Vampire Slayer.
70 71 72 |
# File 'lib/faker/tv_shows/buffy.rb', line 70 def episode fetch('buffy.episodes') end |
.quote ⇒ String
Produces a quote from Buffy the Vampire Slayer.
31 32 33 |
# File 'lib/faker/tv_shows/buffy.rb', line 31 def quote fetch('buffy.quotes') end |