class Middleman::Extensions::Lorem::LoremObject
def sentences(total)
-
(String)
-
Parameters:
-
total
(Fixnum
) --
def sentences(total) (1..total).map do words(randm(4..15)).capitalize end.join('. ') end
(String)
-
total
(Fixnum
)
--
def sentences(total) (1..total).map do words(randm(4..15)).capitalize end.join('. ') end