1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unnecessary requires/encoding comment

This commit is contained in:
Norman Clarke 2012-01-05 17:15:21 -03:00
parent 3fe7ca1dbe
commit d2455bd8a5

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'