aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/lib/active_support/multibyte.rb12
1 files changed, 7 insertions, 5 deletions
diff --git a/activesupport/lib/active_support/multibyte.rb b/activesupport/lib/active_support/multibyte.rb
index 9e17d06434..27c0d180a5 100644
--- a/activesupport/lib/active_support/multibyte.rb
+++ b/activesupport/lib/active_support/multibyte.rb
@@ -1,7 +1,9 @@
-module ActiveSupport::Multibyte #:nodoc:
- DEFAULT_NORMALIZATION_FORM = :kc
- NORMALIZATIONS_FORMS = [:c, :kc, :d, :kd]
- UNICODE_VERSION = '5.0.0'
+module ActiveSupport
+ module Multibyte #:nodoc:
+ DEFAULT_NORMALIZATION_FORM = :kc
+ NORMALIZATIONS_FORMS = [:c, :kc, :d, :kd]
+ UNICODE_VERSION = '5.0.0'
+ end
end
-require 'active_support/multibyte/chars' \ No newline at end of file
+require 'active_support/multibyte/chars'