Module: FFaker::Job

Extended by:
Job, ModuleUtils
Included in:
Job
Defined in:
lib/ffaker/job.rb

Instance Method Summary collapse

Methods included from ModuleUtils

const_missing, k, luhn_check, underscore, unique

Methods included from RandomUtils

#fetch_sample, #rand, #shuffle

Instance Method Details

#titleObject



8
9
10
# File 'lib/ffaker/job.rb', line 8

def title
  "#{fetch_sample(JOB_PREFIX)} #{fetch_sample(JOB_ADJ)} #{fetch_sample(JOB_NOUN)}"
end