提交 28f31f5d 编写于 作者: X Xavier Noria

AS guide: revises Class#reachable?

上级 205b4c41
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册