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