aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-26 23:08:00 +0100
committerXavier Noria <fxn@hashref.com>2010-01-26 23:08:00 +0100
commit3c6891593d84b83c70441b4c953080481bdcc4bf (patch)
tree5171c23ea1a5e563a89f9a55886085224498edec /activesupport
parentc25ac0deeefe55837ba8fd2b2dc860924a507e63 (diff)
downloadrails-3c6891593d84b83c70441b4c953080481bdcc4bf.tar.gz
rails-3c6891593d84b83c70441b4c953080481bdcc4bf.tar.bz2
rails-3c6891593d84b83c70441b4c953080481bdcc4bf.zip
removes now void extending.rb
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/object.rb1
-rw-r--r--activesupport/lib/active_support/core_ext/object/extending.rb4
2 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/lib/active_support/core_ext/object.rb b/activesupport/lib/active_support/core_ext/object.rb
index 04e8f06b3d..08e07a5b24 100644
--- a/activesupport/lib/active_support/core_ext/object.rb
+++ b/activesupport/lib/active_support/core_ext/object.rb
@@ -4,7 +4,6 @@ require 'active_support/core_ext/object/duplicable'
require 'active_support/core_ext/object/try'
require 'active_support/core_ext/object/conversions'
-require 'active_support/core_ext/object/extending'
require 'active_support/core_ext/object/instance_variables'
require 'active_support/core_ext/object/metaclass'
require 'active_support/core_ext/object/misc'
diff --git a/activesupport/lib/active_support/core_ext/object/extending.rb b/activesupport/lib/active_support/core_ext/object/extending.rb
deleted file mode 100644
index ab446e399d..0000000000
--- a/activesupport/lib/active_support/core_ext/object/extending.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-require 'active_support/core_ext/object/blank'
-
-class Object
-end