module FFaker::Lorem

def words(num = 3)

def words(num = 3)
  fetch_sample(WORDS, count: num)
end