diff options
author | Norman Clarke <norman@njclarke.com> | 2012-01-05 17:15:21 -0300 |
---|---|---|
committer | Norman Clarke <norman@njclarke.com> | 2012-01-05 17:15:21 -0300 |
commit | d2455bd8a56eeb41c346d8a0b49f4ba7475f2471 (patch) | |
tree | 4ea38fd543ed9e587260953d28e310cbf3eae527 | |
parent | 3fe7ca1dbea75ae83cd2eb868ba3f8518c0849a4 (diff) | |
download | rails-d2455bd8a56eeb41c346d8a0b49f4ba7475f2471.tar.gz rails-d2455bd8a56eeb41c346d8a0b49f4ba7475f2471.tar.bz2 rails-d2455bd8a56eeb41c346d8a0b49f4ba7475f2471.zip |
Remove unnecessary requires/encoding comment
-rw-r--r-- | activesupport/lib/active_support/multibyte.rb | 3 |
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' |