Sha256: 10cb8236e47e1bd042d8de7c3ae3169bc20a630ff757cdc005e0ab24491b6bbd

Contents?: true

Size: 340 Bytes

Versions: 6

Compression:

Stored size: 340 Bytes

Contents

module Faker
  class TheFreshPrinceOfBelAir < Base
    class << self
      def character
        fetch('the_fresh_prince_of_bel_air.characters')
      end

      def celebrity
        fetch('the_fresh_prince_of_bel_air.celebrities')
      end

      def quote
        fetch('the_fresh_prince_of_bel_air.quotes')
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
faker-1.9.1 lib/faker/the_fresh_prince_of_bel_air.rb
faker-1.8.7 lib/faker/the_fresh_prince_of_bel_air.rb
faker-1.8.6 lib/faker/the_fresh_prince_of_bel_air.rb
faker-1.8.5 lib/faker/the_fresh_prince_of_bel_air.rb
faker-1.8.4 lib/faker/the_fresh_prince_of_bel_air.rb
faker-1.8.3 lib/faker/the_fresh_prince_of_bel_air.rb