class Middleman::Features::Lorem::LoremObject

def paragraphs(total)

def paragraphs(total)
  (1..total).map do
    sentences(randm(3..7)).capitalize
  end.join("\n\n")
end