module Faker::HTMLIpsum

def words(word_count = 3)

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