class Faker::TvShows::MichaelScott

Public Class Methods

quote() click to toggle source

Produces a quote from Michael Scott.

@return [String]

@example

Faker::TvShows::MichaelScott.quote
  #=> "I am Beyoncé, always."

@faker.version 1.9.0

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