Sha256: 830c0205112dbf41ffd649165f511a867e2422f46c9fcb5bcfab2372a090389e
Contents?: true
Size: 290 Bytes
Versions: 6
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true module FFaker # Thanks to Snoop Dogg module DizzleIpsum extend Lorem extend ModuleUtils extend self def word fetch_sample(DIZZLE_WORDS) end def words(num = 3) fetch_sample(DIZZLE_WORDS, count: num) end end end
Version data entries
6 entries across 6 versions & 1 rubygems