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

Version Path
faker-2.4.0 lib/faker/tv_shows/the_it_crowd.rb
faker-2.3.0 lib/faker/tv_shows/the_it_crowd.rb
faker-2.2.2 lib/faker/tv_shows/the_it_crowd.rb
faker-2.2.1 lib/faker/tv_shows/the_it_crowd.rb
faker-2.2.0 lib/faker/tv_shows/the_it_crowd.rb
faker-2.1.2 lib/faker/tv_shows/the_it_crowd.rb
faker-2.1.1 lib/faker/tv_shows/the_it_crowd.rb
faker-2.1.0 lib/faker/tv_shows/the_it_crowd.rb
faker-2.0.0 lib/faker/tv_shows/the_it_crowd.rb
faker-2.0 lib/faker/tv_shows/the_it_crowd.rb