aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-26 22:57:27 +0100
committerXavier Noria <fxn@hashref.com>2010-01-26 22:57:27 +0100
commit7d312e54bad9c39634c137caec07dfc8df471650 (patch)
tree6267fcbc50215cca6a2395a27959dfb055ba4080 /activesupport/lib/active_support/core_ext/class.rb
parent44afd785c8e390f47bc5b80e5d94309b6b56a13c (diff)
downloadrails-7d312e54bad9c39634c137caec07dfc8df471650.tar.gz
rails-7d312e54bad9c39634c137caec07dfc8df471650.tar.bz2
rails-7d312e54bad9c39634c137caec07dfc8df471650.zip
deletes no void files removal.rb and class_test.rb
Diffstat (limited to 'activesupport/lib/active_support/core_ext/class.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/class.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/class.rb b/activesupport/lib/active_support/core_ext/class.rb
index 44ad6c8c08..62df7d8b82 100644
--- a/activesupport/lib/active_support/core_ext/class.rb
+++ b/activesupport/lib/active_support/core_ext/class.rb
@@ -1,4 +1,3 @@
require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/core_ext/class/inheritable_attributes'
-require 'active_support/core_ext/class/removal'
require 'active_support/core_ext/class/delegating_attributes'