diff options
author | Xavier Noria <fxn@hashref.com> | 2009-05-31 23:24:51 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-05-31 23:25:25 +0200 |
commit | a66909c5c42503257271643ea01a13d2a9972262 (patch) | |
tree | c649370b549de3d6077dfd49c34d48d602df0fd8 /railties/guides | |
parent | 680303107addb405288738fe4eeb894f98b9ccb5 (diff) | |
download | rails-a66909c5c42503257271643ea01a13d2a9972262.tar.gz rails-a66909c5c42503257271643ea01a13d2a9972262.tar.bz2 rails-a66909c5c42503257271643ea01a13d2a9972262.zip |
AS guide: adds see also to explanation of Class#remove_subclasses
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/active_support_overview.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile index 64c66b4f46..7b3e03e09b 100644 --- a/railties/guides/source/active_support_overview.textile +++ b/railties/guides/source/active_support_overview.textile @@ -176,6 +176,8 @@ A.subclasses # => [] C # => NameError: uninitialized constant C </ruby> +See also +Object#remove_subclasses_of+ in "Extensions to All Objects FIX THIS LINK":FIXME. + h3. Extensions to +NilClass+ ... |