Sha256: 0e4fb8267628a7f4d7ff2b4d0c4a99ddb093ead488710d661ee790fb9f8e927e
Contents?: true
Size: 453 Bytes
Versions: 10
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true module Faker class TvShows class TheITCrowd < Base flexible :the_it_crowd class << self def actor fetch('the_it_crowd.actors') end def character fetch('the_it_crowd.characters') end def email fetch('the_it_crowd.emails') end def quote fetch('the_it_crowd.quotes') end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems