module Faker::JobFR

Constants

JOB_ADJECTIVES

Public Instance Methods

title() click to toggle source
# File lib/ffakerer/job_fr.rb, line 10
def title
  "#{JOB_PREFIXES.rand} #{JOB_ADJECTIVES.rand} #{JOB_NOUNS.rand}"
end