This all started a long time ago.
http://www.poopypants.net/about
And now it's a full-fledged Ruby Gem!
Add this line to your application's Gemfile:
gem 'poopypants'
And then execute:
$ bundle
Or install it yourself as:
$ gem install poopypants
It's really simple! Just create a new Poopypants object:
name = Poopypants::Name.new("Eli", "Duke")
And then call poopify
on it!
name.poopify
=> "Crusty Bubbletush"
That's it!
There's also a super awesome command line interface. After you've installed the gem, just call poopypants
in the terminal and see what fun you can have!
Bug reports and pull requests are welcome on GitHub at https://github.com/eliduke/poopypants. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.