Class String
In: lib/sinatra/rabbit.rb
Parent: Object

Methods

Public Instance methods

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]