Class String
In: lib/juicer/ext/string.rb
Parent: Object

Additions to core Ruby objects

Methods

Public Instance methods

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]