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