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