Module: Faker::Job
Instance Method Summary collapse
Methods included from ModuleUtils
Instance Method Details
#title ⇒ Object
8 9 10 |
# File 'lib/ffakerer/job.rb', line 8 def title "#{JOB_PREFIX.rand} #{JOB_ADJ.rand} #{JOB_NOUN.rand}" end |