method

reverse

reverse()
public

Reverses all characters in the string.

'Café'.mb_chars.reverse.to_s # => 'éfaC'