From be45bf0fd995f000a8598596f3bfb63e3b75614b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 27 Jan 2010 22:11:38 +0100 Subject: AS guide: Class#descendents has been removed in f85f5dfc8ffefff174b695c6363211d342f77a57 --- railties/guides/source/active_support_core_extensions.textile | 8 -------- 1 file changed, 8 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 dd0569ef09..0f9269cbbd 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -629,14 +629,6 @@ NOTE: Defined in +active_support/core_ext/class/delegating_attributes.rb+. h4. Descendants -h5. +descendents+ - -The +descendents+ method returns all the descendants of its receiver as an array of class objects. This method performs no filtering so non-reachable classes are included, if any. - -See aso +Object#subclasses_of+, explained in "Extensions to All Objects FIX THIS LINK":FIXME. - -NOTE: Defined in +active_support/core_ext/object/extending.rb+. - h5. +subclasses+ The +subclasses+ method returns the names of all the anonymous or reachable descendants of its receiver as an array of strings: -- cgit v1.2.3