NameChangeOChart
Finally, you can convert your currently boring name to something far more exciting. This name converter is based on "Captain Underpants and the Perilous Plot of Professor Poopypants", by Dav Pilkey.
The name conversion is copyright of Dav Pilkey.
Installation
Add this line to your application's Gemfile:
gem 'name_change_o_chart'
And then execute:
$ bundle
Or install it yourself as:
$ gem install name_change_o_chart
Usage
NameChangeOChart.convert('Yukohiro Matsumoto') #=> "Dinky Bananahiney"
Or from the command line:
ruby -rname_change_o_chart -e "p NameChangeOChart.convert('Stinky Wafflebuns')" =>
"Snotty Chucklefanny"
Testimonials
"I'll give a talk under that name if you will" -- Poopsie Barfshorts
"I'm Snotty Gigglefanny" -- Snotty Gigglefanny
"That's Sir Crusty Hamsterhumperdink." -- Crusty Hamsterhumperdink
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