Module ActiveSupport::CoreExtensions::String::Conversions
In: lib/active_support/core_ext/string/conversions.rb

Converting strings to other objects

Methods

ord   to_date   to_datetime   to_time  

Public Instance methods

‘a’.ord == ‘a’[0] for Ruby 1.9 forward compatibility.

Form can be either :utc (default) or :local.

[Validate]