module FFaker::JobFR
Constants
- JOB_ADJECTIVES
Public Instance Methods
Source
# File lib/ffaker/job_fr.rb, line 10 def title if rand(0..1).zero? "#{fetch_sample(JOB_PREFIXES)} #{fetch_sample(JOB_ADJECTIVES)} #{fetch_sample(JOB_NOUNS)}" else "#{fetch_sample(JOB_PREFIXES)} #{fetch_sample(JOB_NOUNS)}" end end