Sha256: a80a5eceb4fbfab2efc95a2cfee9c7383f72bf6d2d87a552f28cc19b970b60d0

Contents?: true

Size: 229 Bytes

Versions: 10

Compression:

Stored size: 229 Bytes

Contents

module Faker
  class LordOfTheRings < Base
    class << self
      def character
        fetch('lord_of_the_rings.characters')
      end

      def location
        fetch('lord_of_the_rings.locations')
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
faker-1.8.7 lib/faker/lord_of_the_rings.rb
faker-1.8.6 lib/faker/lord_of_the_rings.rb
faker-1.8.5 lib/faker/lord_of_the_rings.rb
faker-1.8.4 lib/faker/lord_of_the_rings.rb
faker-1.8.3 lib/faker/lord_of_the_rings.rb
faker-1.8.2 lib/faker/lord_of_the_rings.rb
faker-1.8.0 lib/faker/lord_of_the_rings.rb
faker-1.7.3 lib/faker/lord_of_the_rings.rb
faker-1.7.2 lib/faker/lord_of_the_rings.rb
faker-1.7.1 lib/faker/lord_of_the_rings.rb