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.

Professor Poopypants

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request