Urmum
A gem which responds to text with insults according to the "You're a/Your mum's a" meme - not to be confused with the "Yo mamma" meme which is a different thing entirely.
A demo can be found at https://urmum.herokuapp.com/
Installation
Add this line to your application's Gemfile:
gem 'urmum'
And then execute:
$ bundle
Or install it yourself as:
$ gem install urmum
Usage
On the command line:
urmum [Some text]
In your ruby code:
require 'urmum'
Insulter.new.insult_with("Your mum is a fish")
The gem responds to insults about itself, it's face, it's mum or it's mum's face, but also responds to any string you care to throw at it
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request