lib/active_support/multibyte.rb in activesupport-3.0.0.rc vs lib/active_support/multibyte.rb in activesupport-3.0.0.rc2
- old
+ new
@@ -4,10 +4,10 @@
module ActiveSupport #:nodoc:
module Multibyte
autoload :EncodingError, 'active_support/multibyte/exceptions'
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 to configure your own proxy
# class so you can support other encodings. See the ActiveSupport::Multibyte::Chars implementation for
# an example how to do this.
#
# Example:
\ No newline at end of file