lib/active_support/multibyte.rb in activesupport-1.4.0 vs lib/active_support/multibyte.rb in activesupport-1.4.1
- old
+ new
@@ -1,5 +1,5 @@
-module ActiveSupport::Multibyte
+module ActiveSupport::Multibyte #:nodoc:
DEFAULT_NORMALIZATION_FORM = :kc
NORMALIZATIONS_FORMS = [:c, :kc, :d, :kd]
UNICODE_VERSION = '5.0.0'
end
\ No newline at end of file