Rails defines this for a number of other classes, including Object see activesupport/lib/active_support/core_ext/object/blank.rb
Title case.
"this is a string".titlecase => "This Is A String"
CREDIT: Eliazar Parra Copied from facets
[Validate]