From 31fb733bae7bd07f3f45067671315e74dd83af22 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Mon, 29 Dec 2008 23:31:57 +0300 Subject: It was decided that Multibyte does not belong to as/mini. --- activesupport/lib/active_support/mini.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'activesupport/lib/active_support') 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 -- cgit v1.2.3