Skip to content

Commit

Permalink
AS guide: revises Class#reachable?
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jan 16, 2010
1 parent 205b4c4 commit 28f31f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28f31f5

Please sign in to comment.