提交 f88f699a 编写于 作者: S Sergey Nartimov

remove unnecessary require

- access & filters don't use multibyte ext
- transliterate requires only AS::Multibyte but not multibyte ext
上级 2a67a8cc
require 'active_support/multibyte'
class String
# If you pass a single Fixnum, returns a substring of one character at that
# position. The first character of the string is at position 0, the next at
......
require 'active_support/core_ext/string/multibyte'
class String
# Returns the string, first removing all whitespace on both ends of
# the string, and then changing remaining consecutive whitespace
......
# encoding: utf-8
require 'active_support/core_ext/string/multibyte'
require 'active_support/multibyte'
require 'active_support/i18n'
module ActiveSupport
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册