Class: Faker::TvShows::BojackHorseman

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/tv_shows/bojack_horseman.rb

Constant Summary

Constants inherited from Base

Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters

Class Method Summary collapse

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, translate, unique, with_locale

Class Method Details

.characterString

Produces a character from BoJack Horseman.

Examples:

Faker::TvShows::BojackHorseman.character #=> "BoJack Horseman"

Returns:



18
19
20
# File 'lib/faker/tv_shows/bojack_horseman.rb', line 18

def character
  fetch('bojack_horseman.characters')
end

.quoteString

Produces a quote from BoJack Horseman.

Examples:

Faker::TvShows::BojackHorseman.quote
  #=> "Not understanding that you're a horrible person doesn't make you less of a horrible person."

Returns:



45
46
47
# File 'lib/faker/tv_shows/bojack_horseman.rb', line 45

def quote
  fetch('bojack_horseman.quotes')
end

.tongue_twisterString

Produces a tongue twister from BoJack Horseman.

Examples:

Faker::TvShows::BojackHorseman.tongue_twister #=> "Did you steal a meal from Neal McBeal the Navy Seal?"

Returns:



31
32
33
# File 'lib/faker/tv_shows/bojack_horseman.rb', line 31

def tongue_twister
  fetch('bojack_horseman.tongue_twisters')
end