Class: Faker::TvShows::BrooklynNineNine

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/tv_shows/brooklyn_nine_nine.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 Brooklyn Nine Nine.

Examples:

Faker::TvShows::BrooklynNineNine.character #=> "Jake Peralta"

Returns:

  • (String)

Available since:

  • next



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

def character
  fetch('brooklyn_nine_nine.characters')
end

.quoteString

Produces a quote from Brooklyn Nine Nine.

Examples:

Faker::TvShows::BrooklynNineNine.quote
  #=> "Cool, cool, cool, cool, cool. No doubt, no doubt, no doubt."

Returns:

  • (String)

Available since:

  • next



32
33
34
# File 'lib/faker/tv_shows/brooklyn_nine_nine.rb', line 32

def quote
  fetch('brooklyn_nine_nine.quotes')
end