Sha256: 703230bfc711abb1825d9507120831c5bd4e5b215dae6f0d1a5690870de15e57

Contents?: true

Size: 371 Bytes

Versions: 10

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true

module Faker
  class TvShows
    class Simpsons < Base
      flexible :simpsons

      class << self
        def character
          fetch('simpsons.characters')
        end

        def location
          fetch('simpsons.locations')
        end

        def quote
          fetch('simpsons.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/simpsons.rb
faker-2.3.0 lib/faker/tv_shows/simpsons.rb
faker-2.2.2 lib/faker/tv_shows/simpsons.rb
faker-2.2.1 lib/faker/tv_shows/simpsons.rb
faker-2.2.0 lib/faker/tv_shows/simpsons.rb
faker-2.1.2 lib/faker/tv_shows/simpsons.rb
faker-2.1.1 lib/faker/tv_shows/simpsons.rb
faker-2.1.0 lib/faker/tv_shows/simpsons.rb
faker-2.0.0 lib/faker/tv_shows/simpsons.rb
faker-2.0 lib/faker/tv_shows/simpsons.rb