class Middleman::Extensions::Lorem::LoremObject

def words(total)

def words(total)
  (1..total).map do
    randm(WORDS)
  end.join(' ')
end