/insult-generator

Shakesperean Insult Generator

Primary LanguageRubyMIT LicenseMIT

Thou warped tardy-gaited bugbear build!

Generate shakesperean insults for your pleasure!

Based on http://www.pangloss.com/seidel/shake_rule.html

Installation Instructions:

This package is based on ruby, install it using the command

gem install insult_generator

Once gem install completes, you can get random insults in command line using:

generate_insult

If you like to use it in your project add the gem to the Gemfile like:

gem 'insult_generator'

and then require 'insult_generator'.

To get a random insult, try InsultGenerator.random_insult

=> Thou warped tardy-gaited bugbear build!