class Faker::TvShows::BigBangTheory

Public Class Methods

character() click to toggle source

Produces a character from Big Bang Theory

@return [String]

@example

Faker::TvShows::BigBangTheory.character #=> "Sheldon Cooper"

@faker.version 2.13.0

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

Produces a quote from Bing Bang Theory

@return [String]

@example

Faker::TvShows::BigBangTheory.quote #=> "I'm not crazy. My mother had me tested."

@faker.version 2.13.0

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