Sha256: 951d793f78cdd1b0d9f205100762f36fe78d6b25c55248b0766c8f21cc784abb
Contents?: true
Size: 314 Bytes
Versions: 6
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true require 'ffaker/lorem' 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