From 7346dec7135c6efa04cf223eaf47349f08eefc28 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 27 Jan 2010 22:14:14 +0100 Subject: AS guide: Object#remove_subclasses_of has been removed in 5b01c8bb8bd9354fda8dc00c2df6888dbab7f017 --- railties/guides/source/active_support_core_extensions.textile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'railties/guides') 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. -- cgit v1.2.3