Sha256: c6bff0812f466f9215ad2e368a1b6a94c1820ea7a80605131082c13de9c7ecb9

Contents?: true

Size: 332 Bytes

Versions: 8

Compression:

Stored size: 332 Bytes

Contents

module Faker
  class Hobbit < Base
    class << self
      def character
        fetch('hobbit.character')
      end

      def thorins_company
        fetch('hobbit.thorins_company')
      end

      def quote
        fetch('hobbit.quote')
      end

      def location
        fetch('hobbit.location')
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
faker-1.9.1 lib/faker/hobbit.rb
faker-1.8.7 lib/faker/hobbit.rb
faker-1.8.6 lib/faker/hobbit.rb
faker-1.8.5 lib/faker/hobbit.rb
faker-1.8.4 lib/faker/hobbit.rb
faker-1.8.3 lib/faker/hobbit.rb
faker-1.8.2 lib/faker/hobbit.rb
faker-1.8.0 lib/faker/hobbit.rb