module Faker::DizzleIpsum

def word

def word
  DIZZLE_WORDS.rand
end

def words(num = 3)

def words(num = 3)
  DIZZLE_WORDS.random_pick(num)
end