Module: FFaker::JobJA
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
#title ⇒ Object
8 9 10 |
# File 'lib/ffaker/job_ja.rb', line 8 def title fetch_sample(JOB_NOUNS) end |