module FFaker::CheesyLingo

def words(count = 5)

def words(count = 5)
  fetch_sample(CHEESY_WORDS, count: count)
end