module Faker::JobFR

def title

=> return a valid french job title
def title
  "#{JOB_PREFIXES.rand} #{JOB_ADJECTIVES.rand} #{JOB_NOUNS.rand}"
end