handler=(klass)
Set the handler class for the Char objects.
# File activesupport/lib/active_support/multibyte/chars.rb, line 104 def self.handler=(klass) @@handler = klass end