method

upcase

upcase()
public

Converts characters in the string to uppercase.

'Laurent, où sont les tests ?'.mb_chars.upcase.to_s # => "LAURENT, OÙ SONT LES TESTS ?"