From ea1eafb6b10dc4c392b18b0990111d48e74e7ba5 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 15 Oct 2007 10:12:47 +0000 Subject: Don't assume ActiveSupport module is already defined git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7917 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/multibyte.rb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'activesupport') 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' -- cgit v1.2.3