aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte.rb
diff options
context:
space:
mode:
authorManfred Stienstra <manfred@fngtps.com>2008-09-21 17:28:05 +0200
committerManfred Stienstra <manfred@fngtps.com>2008-09-21 17:28:05 +0200
commitbfc73852b1f03d8dee405cdeb0f2883d89c78b2d (patch)
tree408cc8ed9997fbbf2e5e0bd2999723209fcf98ce /activesupport/lib/active_support/multibyte.rb
parent7329990d868d10e4fbf541097cd5be8f1254e2ce (diff)
downloadrails-bfc73852b1f03d8dee405cdeb0f2883d89c78b2d.tar.gz
rails-bfc73852b1f03d8dee405cdeb0f2883d89c78b2d.tar.bz2
rails-bfc73852b1f03d8dee405cdeb0f2883d89c78b2d.zip
Improve documentation.
Diffstat (limited to 'activesupport/lib/active_support/multibyte.rb')
-rw-r--r--activesupport/lib/active_support/multibyte.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/multibyte.rb b/activesupport/lib/active_support/multibyte.rb
index 63c0d50166..018aafe607 100644
--- a/activesupport/lib/active_support/multibyte.rb
+++ b/activesupport/lib/active_support/multibyte.rb
@@ -5,7 +5,7 @@ require 'active_support/multibyte/exceptions'
require 'active_support/multibyte/unicode_database'
module ActiveSupport #:nodoc:
- module Multibyte #:nodoc:
+ module Multibyte
# A list of all available normalization forms. See http://www.unicode.org/reports/tr15/tr15-29.html for more
# information about normalization.
NORMALIZATIONS_FORMS = [:c, :kc, :d, :kd]
@@ -30,4 +30,4 @@ module ActiveSupport #:nodoc:
mattr_accessor :proxy_class
self.proxy_class = ActiveSupport::Multibyte::Chars
end
-end \ No newline at end of file
+end