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