Sha256: f00aa809631c76ab71ff0893ee21c5a7639c2b05287fdedca30946d0470d6f9f
Contents?: true
Size: 184 Bytes
Versions: 3
Compression:
Stored size: 184 Bytes
Contents
# encoding: utf-8 module FFaker module Job extend ModuleUtils extend self def title "#{JOB_PREFIX.sample} #{JOB_ADJ.sample} #{JOB_NOUN.sample}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ffaker-2.2.0 | lib/ffaker/job.rb |
ffaker-2.1.0 | lib/ffaker/job.rb |
ffaker-2.0.0 | lib/ffaker/job.rb |