diff options
author | Xavier Noria <fxn@hashref.com> | 2010-01-26 23:08:00 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-01-26 23:08:00 +0100 |
commit | 3c6891593d84b83c70441b4c953080481bdcc4bf (patch) | |
tree | 5171c23ea1a5e563a89f9a55886085224498edec /activesupport | |
parent | c25ac0deeefe55837ba8fd2b2dc860924a507e63 (diff) | |
download | rails-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.rb | 1 | ||||
-rw-r--r-- | activesupport/lib/active_support/core_ext/object/extending.rb | 4 |
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 |