aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte.rb
diff options
context:
space:
mode:
authorNorman Clarke <norman@njclarke.com>2012-01-05 17:15:21 -0300
committerNorman Clarke <norman@njclarke.com>2012-01-05 17:15:21 -0300
commitd2455bd8a56eeb41c346d8a0b49f4ba7475f2471 (patch)
tree4ea38fd543ed9e587260953d28e310cbf3eae527 /activesupport/lib/active_support/multibyte.rb
parent3fe7ca1dbea75ae83cd2eb868ba3f8518c0849a4 (diff)
downloadrails-d2455bd8a56eeb41c346d8a0b49f4ba7475f2471.tar.gz
rails-d2455bd8a56eeb41c346d8a0b49f4ba7475f2471.tar.bz2
rails-d2455bd8a56eeb41c346d8a0b49f4ba7475f2471.zip
Remove unnecessary requires/encoding comment
Diffstat (limited to 'activesupport/lib/active_support/multibyte.rb')
-rw-r--r--activesupport/lib/active_support/multibyte.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/multibyte.rb b/activesupport/lib/active_support/multibyte.rb
index fc15af17db..5efe13c537 100644
--- a/activesupport/lib/active_support/multibyte.rb
+++ b/activesupport/lib/active_support/multibyte.rb
@@ -1,6 +1,3 @@
-# encoding: utf-8
-require 'active_support/core_ext/module/attribute_accessors'
-
module ActiveSupport #:nodoc:
module Multibyte
autoload :Chars, 'active_support/multibyte/chars'