class Faker::TvShows::Buffy
Public Class Methods
Source
# File lib/faker/tv_shows/buffy.rb, line 44 def actor fetch('buffy.actors') end
Produces a actor from Buffy
the Vampire Slayer.
@return [String]
@example
Faker::TvShows::Buffy.actor #=> "John Ritter"
@faker.version next
Source
# File lib/faker/tv_shows/buffy.rb, line 57 def big_bad fetch('buffy.big_bads') end
Produces a big bad from Buffy
the Vampire Slayer.
@return [String]
@example
Faker::TvShows::Buffy.big_bad #=> "Glory"
@faker.version 1.9.2
Source
# File lib/faker/tv_shows/buffy.rb, line 18 def character fetch('buffy.characters') end
Produces a character from Buffy
the Vampire Slayer.
@return [String]
@example
Faker::TvShows::Buffy.character #=> "Buffy Summers"
@faker.version 1.9.2
Source
# File lib/faker/tv_shows/buffy.rb, line 70 def episode fetch('buffy.episodes') end
Produces an episode from Buffy
the Vampire Slayer.
@return [String]
@example
Faker::TvShows::Buffy.episode #=> "Once More, with Feeling"
@faker.version 1.9.2