This method is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.
compose(str)
Perform composition on the characters in the string
# File activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb, line 312 def compose(str) compose_codepoints u_unpack(str).pack('U*') end