class Faker::TvShows::DumbAndDumber
Public Class Methods
Source
# File lib/faker/tv_shows/dumb_and_dumber.rb, line 18 def actor fetch('dumb_and_dumber.actors') end
Produces an actor from Dumb and Dumber.
@return [String]
@example
Faker::TvShows::DumbAndDumber.actor #=> "Jim Carrey"
@faker.version 1.8.5
Source
# File lib/faker/tv_shows/dumb_and_dumber.rb, line 31 def character fetch('dumb_and_dumber.characters') end
Produces a character from Dumb and Dumber.
@return [String]
@example
Faker::TvShows::DumbAndDumber.character #=> "Harry Dunne"
@faker.version 1.8.5
Source
# File lib/faker/tv_shows/dumb_and_dumber.rb, line 45 def quote fetch('dumb_and_dumber.quotes') end
Produces a quote from Dumb and Dumber.
@return [String]
@example
Faker::TvShows::DumbAndDumber.quote #=> "Why you going to the airport? Flying somewhere?"
@faker.version 1.8.5