Flowdock
method

upcase

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActiveSupport::Multibyte::Chars
upcase() public

Convert characters in the string to uppercase.

Example:

'Laurent, où sont les tests ?'.mb_chars.upcase.to_s # => "LAURENT, OÙ SONT LES TESTS ?"
Show source
Register or log in to add new notes.