= private = protected
compose()
Performs composition on all the characters.
'é'.length # => 3 'é'.mb_chars.compose.to_s.length # => 2
# File activesupport/lib/active_support/multibyte/chars.rb, line 184 def compose chars(Unicode.compose(@wrapped_string.codepoints.to_a).pack("U*")) end