Module: FFakerTW::JobTW

Extended by:
JobTW, ModuleUtils
Included in:
JobTW
Defined in:
lib/ffakerTW/job_tw.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

#nameObject



8
9
10
# File 'lib/ffakerTW/job_tw.rb', line 8

def name
  fetch_sample(JOB_NOUNS)
end