module FFaker::JobIT

Public Instance Methods

title() click to toggle source
# File lib/ffaker/job_it.rb, line 8
def title
  "#{fetch_sample(JOB_PREFIX)} #{fetch_sample(JOB_ADJ)} #{fetch_sample(JOB_NOUN)}"
end