class Faker::TvShows::TheOffice
Public Class Methods
Source
# File lib/faker/tv_shows/the_office.rb, line 18 def character fetch('the_office.characters') end
Produces a character from The Office.
@return [String]
@example
Faker::TvShows::TheOffice.character #=> "Michael Scott"
@faker.version next
Source
# File lib/faker/tv_shows/the_office.rb, line 31 def quote fetch('the_office.quotes') end
Produces a quote from The Office.
@return [String]
@example
Faker::TvShows::TheOffice.quote #=> "Identity theft is not a joke, Jim! Millions of families suffer every year."
@faker.version next