aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/extending.rb
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/lib/active_support/core_ext/object/extending.rb
parentc25ac0deeefe55837ba8fd2b2dc860924a507e63 (diff)
downloadrails-3c6891593d84b83c70441b4c953080481bdcc4bf.tar.gz
rails-3c6891593d84b83c70441b4c953080481bdcc4bf.tar.bz2
rails-3c6891593d84b83c70441b4c953080481bdcc4bf.zip
removes now void extending.rb
Diffstat (limited to 'activesupport/lib/active_support/core_ext/object/extending.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/object/extending.rb4
1 files changed, 0 insertions, 4 deletions
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