class Faker::TvShows::BrooklynNineNine

Public Class Methods

character() click to toggle source

Produces a character from Brooklyn Nine Nine.

@return [String]

@example

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

@faker.version next

# File lib/faker/tv_shows/brooklyn_nine_nine.rb, line 18
def character
  fetch('brooklyn_nine_nine.characters')
end
quote() click to toggle source

Produces a quote from Brooklyn Nine Nine.

@return [String]

@example

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

@faker.version next

# File lib/faker/tv_shows/brooklyn_nine_nine.rb, line 32
def quote
  fetch('brooklyn_nine_nine.quotes')
end