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