class Middleman::Features::Lorem::LoremObject

def sentences(total)

def sentences(total)
  (1..total).map do
    words(randm(4..15)).capitalize
  end.join('. ')
end