Sha256: b90dd39dcbb4aaffe8f9229183ed5154db856dfa6c14c1c83d7cc9a17be301b3
Contents?: true
Size: 555 Bytes
Versions: 20
Compression:
Stored size: 555 Bytes
Contents
# frozen_string_literal: true module Faker class TvShows class MichaelScott < Base class << self # rubocop:disable Style/AsciiComments ## # Produces a quote from Michael Scott. # # @return [String] # # @example # Faker::TvShows::MichaelScott.quote # #=> "I am Beyoncé, always." # # @faker.version 1.9.0 def quote fetch('michael_scott.quotes') end # rubocop:enable Style/AsciiComments end end end end
Version data entries
20 entries across 20 versions & 2 rubygems