Module: Faker::JobFR
Constant Summary collapse
- JOB_ADJECTIVES =
['', 'general', '', 'adjoint', '', 'associé', '']
Instance Method Summary collapse
Methods included from ModuleUtils
Instance Method Details
#title ⇒ Object
10 11 12 |
# File 'lib/ffaker/job_fr.rb', line 10 def title "#{JOB_PREFIXES.sample} #{JOB_ADJECTIVES.sample} #{JOB_NOUNS.sample}" end |