method
downcase_first
rails latest stable - Class:
ActiveSupport::Inflector
downcase_first(string)public
Converts the first character in the string to lowercase.
downcase_first('If they enjoyed The Matrix') # => "if they enjoyed The Matrix" downcase_first('I') # => "i" downcase_first('') # => ""