AS guide: revises Class#reachable?

This commit is contained in:
Xavier Noria
2010-01-17 00:46:26 +01:00
parent 205b4c41b8
commit 28f31f5d62

View File

@@ -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