Module: CommonThread::Lipsum::Helper

Defined in:
lib/commonthread/lipsum.rb

Instance Method Summary collapse

Instance Method Details

#lorem_ipsum(count, type = :words, text = :html) ⇒ Object



4
5
6
# File 'lib/commonthread/lipsum.rb', line 4

def lorem_ipsum(count, type = :words, text = :html)
  CommonThread::Lipsum::Generator.output(count, type, text)
end