aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorMichael S. Klishin <michael@novemberain.com>2008-12-29 23:31:57 +0300
committerMichael S. Klishin <michael@novemberain.com>2008-12-29 23:31:57 +0300
commit31fb733bae7bd07f3f45067671315e74dd83af22 (patch)
tree7ef88d3202627ddbe680b07433a5f2ae45af318f /activesupport/lib/active_support
parent069534af4f0440215af1f12f7f6f1c9e14a2e8bd (diff)
downloadrails-31fb733bae7bd07f3f45067671315e74dd83af22.tar.gz
rails-31fb733bae7bd07f3f45067671315e74dd83af22.tar.bz2
rails-31fb733bae7bd07f3f45067671315e74dd83af22.zip
It was decided that Multibyte does not belong to as/mini.
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/mini.rb10
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