Remove unnecessary requires/encoding comment

This commit is contained in:
Norman Clarke 2012-01-05 17:15:21 -03:00
parent 3fe7ca1dbe
commit d2455bd8a5
1 changed files with 0 additions and 3 deletions

View File

@ -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'