aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte.rb
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-05-13 20:26:53 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-05-13 20:26:53 -0500
commitfa03e37d31d7c69c90d41f0764c374318d8dced0 (patch)
treed054b9be17995e88a10ae6a9e49bfd0e8b84bbbb /activesupport/lib/active_support/multibyte.rb
parentbbd37753bf59a11a9e9b38a3ac7a94ec2906e188 (diff)
downloadrails-fa03e37d31d7c69c90d41f0764c374318d8dced0.tar.gz
rails-fa03e37d31d7c69c90d41f0764c374318d8dced0.tar.bz2
rails-fa03e37d31d7c69c90d41f0764c374318d8dced0.zip
removing unnecessary 'examples' noise from activesupport
Diffstat (limited to 'activesupport/lib/active_support/multibyte.rb')
-rw-r--r--activesupport/lib/active_support/multibyte.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/multibyte.rb b/activesupport/lib/active_support/multibyte.rb
index 5efe13c537..977fe95dbe 100644
--- a/activesupport/lib/active_support/multibyte.rb
+++ b/activesupport/lib/active_support/multibyte.rb
@@ -7,7 +7,6 @@ module ActiveSupport #:nodoc:
# class so you can support other encodings. See the ActiveSupport::Multibyte::Chars implementation for
# an example how to do this.
#
- # Example:
# ActiveSupport::Multibyte.proxy_class = CharsForUTF32
def self.proxy_class=(klass)
@proxy_class = klass
@@ -18,4 +17,4 @@ module ActiveSupport #:nodoc:
@proxy_class ||= ActiveSupport::Multibyte::Chars
end
end
-end \ No newline at end of file
+end