diff options
-rw-r--r-- | activesupport/lib/active_support/mini.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/activesupport/lib/active_support/mini.rb b/activesupport/lib/active_support/mini.rb index ecb5de9eaa..fe7ba48e58 100644 --- a/activesupport/lib/active_support/mini.rb +++ b/activesupport/lib/active_support/mini.rb @@ -1,15 +1,9 @@ $LOAD_PATH.unshift File.dirname(__FILE__) require "core_ext/blank" -# whole object.rb pulls up rare used introspection extensions +# whole object.rb pulls up rarely used introspection extensions require "core_ext/object/metaclass" require 'core_ext/array' require 'core_ext/hash' require 'core_ext/module/attribute_accessors' -require 'multibyte' -require 'core_ext/string/multibyte' -require 'core_ext/string/inflections' - -class String - include ActiveSupport::CoreExtensions::String::Multibyte -end +require 'core_ext/string/inflections'
\ No newline at end of file |