Ipsum is a filler-text generator much like the well known Lorem Ipsum. Ipsum can be used in any applications that require text from console applications to websites. For more information visit Ipsum’s website.

Installation

gem install ipsum

Usage

require 'ipsum'
puts 15.sentences

Examples

Plain text

puts 50.sentences
puts 3.sentences

Web templates

This can be used within web templates like Erb, Erubis etc

<p><%= 7.sentences %></p>