Sha256: 8f7ee1202e8993db3893ff0cb5e8f377d0a982366f5d853ace62d37638db4c1e

Contents?: true

Size: 449 Bytes

Versions: 6

Compression:

Stored size: 449 Bytes

Contents

module Faker
  class Witcher < Base
    class << self
      def character
        fetch('witcher.characters')
      end

      def witcher
        fetch('witcher.witchers')
      end

      def school
        fetch('witcher.schools')
      end

      def location
        fetch('witcher.locations')
      end

      def quote
        fetch('witcher.quotes')
      end

      def monster
        fetch('witcher.monsters')
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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