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