Skip to content
jingta edited this page Feb 5, 2013 · 1 revision

A simple gem to generate addresses or names by stringing together nouns and adjectives.

Usage

gem 'textgen'

And then use in your code with either

TextGen::Name.generate

TextGen::Address.generate

You can also just reference the raw noun or adjective picker using:

TextGen::Noun.pick

TextGen::Adjective.pick

Addendum

This is untested, and not really pretty. I welcome pull requests!

Clone this wiki locally