aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-27 22:14:14 +0100
committerXavier Noria <fxn@hashref.com>2010-01-27 22:14:14 +0100
commit7346dec7135c6efa04cf223eaf47349f08eefc28 (patch)
treec08929c7a25d11eb08fdf2e8f8317ac7de912b8f /railties/guides
parentafc7baf568b5747ec2907a121b62f72f96f89b9c (diff)
downloadrails-7346dec7135c6efa04cf223eaf47349f08eefc28.tar.gz
rails-7346dec7135c6efa04cf223eaf47349f08eefc28.tar.bz2
rails-7346dec7135c6efa04cf223eaf47349f08eefc28.zip
AS guide: Object#remove_subclasses_of has been removed in 5b01c8bb8bd9354fda8dc00c2df6888dbab7f017
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile6
1 files changed, 0 insertions, 6 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index 3b3d8229d9..12ce05204f 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -323,12 +323,6 @@ TIP: Since +with_options+ forwards calls to its receiver they can be nested. Eac
NOTE: Defined in +active_support/core_ext/object/with_options.rb+.
-h4. Modules and Classes
-
-h5. +remove_subclasses_of+
-
-The method +remove_subclasses_of+ receives an arbitrary number of class objects and removes their subclasses. It is a wrapper of +Class#remove_class+ explained with more details in "Class Removal FIX THIS LINK":FIXME.
-
h4. Instance Variables
Active Support provides several methods to ease access to instance variables.