Additions to core Ruby objects
Turn an underscored string into camel case, ie this_becomes -> ThisBecomes
Turn a string in either underscore or camel case form into a class directly
Treat a string as a class name and return the class. Optionally provide a module to look up the class in.
Turn a camelcase string into underscore string
[Validate]