aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-17 00:46:26 +0100
committerXavier Noria <fxn@hashref.com>2010-01-17 00:46:26 +0100
commit28f31f5d625f376bfcdbd67aca3cf03399b02c61 (patch)
treea651463e7c864cbe862c08815897b6bde40e8287 /railties/guides/source/active_support_core_extensions.textile
parent205b4c41b80b0b0ca995ea6a4dbd07757b609f8b (diff)
downloadrails-28f31f5d625f376bfcdbd67aca3cf03399b02c61.tar.gz
rails-28f31f5d625f376bfcdbd67aca3cf03399b02c61.tar.bz2
rails-28f31f5d625f376bfcdbd67aca3cf03399b02c61.zip
AS guide: revises Class#reachable?
Diffstat (limited to 'railties/guides/source/active_support_core_extensions.textile')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index a0b29dc30b..880f6107a9 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -705,7 +705,7 @@ NOTE: Defined in +active_support/core_ext/class/removal.rb+.
h4. Reachable Classes
-By definition a class is reachable if its name constantized is defined, and the corresponding constant evaluates to +self+:
+By definition a non-anonymous class is reachable if its name constantized is defined, and the corresponding constant evaluates to +self+:
<ruby>
class C; end