Ruby
String#pluralize - Returns the plural form of the word in the string.
String#cemelize - converts strings to Upper or Lower CamelCase string.
Hash#asset_valid_keys - gives you the ability to verify that each of the keys in the Hash are expected.
Renum - a ruby enum gem
Advanced Ruby Tips & Tricks - You want to include some small class [...]