lib/active_support/multibyte/chars.rb in activesupport-7.0.8.6 vs lib/active_support/multibyte/chars.rb in activesupport-7.1.0.beta1

- old
+ new

@@ -5,9 +5,11 @@ require "active_support/core_ext/string/behavior" require "active_support/core_ext/module/delegation" module ActiveSupport # :nodoc: module Multibyte # :nodoc: + # = Active Support \Multibyte \Chars + # # Chars enables you to work transparently with UTF-8 encoding in the Ruby # String class without having extensive knowledge about the encoding. A # Chars object accepts a string upon initialization and proxies String # methods in an encoding safe manner. All the normal String methods are also # implemented on the proxy.