Module: FFakerTW::DizzleIpsum
- Extended by:
- DizzleIpsum, ModuleUtils, Lorem
- Included in:
- DizzleIpsum
- Defined in:
- lib/ffakerTW/dizzle_ipsum.rb
Overview
Thanks to Snoop Dogg
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
#word ⇒ Object
11 12 13 |
# File 'lib/ffakerTW/dizzle_ipsum.rb', line 11 def word fetch_sample(DIZZLE_WORDS) end |
#words(num = 3) ⇒ Object
15 16 17 |
# File 'lib/ffakerTW/dizzle_ipsum.rb', line 15 def words(num = 3) fetch_sample(DIZZLE_WORDS, count: num) end |