lib/active_support/multibyte.rb in activesupport-6.1.7.10 vs lib/active_support/multibyte.rb in activesupport-7.0.0.alpha1

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -module ActiveSupport #:nodoc: +module ActiveSupport # :nodoc: module Multibyte autoload :Chars, "active_support/multibyte/chars" autoload :Unicode, "active_support/multibyte/unicode" # The proxy class returned when calling mb_chars. You can use this accessor