module FFaker::DizzleIpsum
def word
def word fetch_sample(DIZZLE_WORDS) end
def words(num = 3)
def words(num = 3) fetch_sample(DIZZLE_WORDS, count: num) end
def word fetch_sample(DIZZLE_WORDS) end
def words(num = 3) fetch_sample(DIZZLE_WORDS, count: num) end