Cameltoeize Ruby
Get Version
0.0.1→ ‘cameltoe’
What
Cameltoe is a set of utility functions for making Ruby objects more like camel toes.
Installing
sudo gem install cameltoe
Demonstration of usage
Load up Cameltoe
>> require 'cameltoe' => true
Cameltoe on Strings
>> cameltoeize("Lindsay Lohan") => "LindSayLohaN" >> cameltoeize("Jessica Simpson", :inverse) => "jESSIcASiMPSOn" >> "Britney Spears".cameltoeize => "BritnEySpearS" >> "Anna Kournikova".cameltoeize(:inverse) => "aNNAKoURnIKOVa"
Docs
Read the documentation for Cameltoe online, or generate them from the source code by invoking rake docs on the command line.
Forum
http://groups.google.com/group/cameltoe-ruby
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
The trunk repository is svn://rubyforge.org/var/svn/cameltoe/trunk for anonymous access.
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome. Send an email to T. E. Lawrence via the forum
, 10th February 2008
Theme extended from Paul Battley