Filler

This is just a basic dummy gem for learning purposes. Return words, numbers etc.

What can you see here?

Fills you with random text. Get you some random generated text, array with words or a number.

Install

$ gem install filler

Code

require 'filler'

#Get array of words
Filler.write_out("word")

#Get one paragraph
Filler.write_out("paragraph")

#Get a number
Filler.write_out("number")