Sha256: 66c01c601b9b50cd4d551b25130c2198e087e870ebcd906cdaade7b4ad8a08aa
Contents?: true
Size: 268 Bytes
Versions: 5
Compression:
Stored size: 268 Bytes
Contents
# encoding: UTF-8 module Faker module JobFR extend ModuleUtils extend self JOB_ADJECTIVES = ['', 'general', '', 'adjoint', '', 'associƩ', ''] def title "#{JOB_PREFIXES.sample} #{JOB_ADJECTIVES.sample} #{JOB_NOUNS.sample}" end end end
Version data entries
5 entries across 5 versions & 2 rubygems