module FFaker::HTMLIpsum

def words(word_count = 3)

def words(word_count = 3)
  FFaker::Lorem.words(word_count).join(' ')
end