# File lib/rdoc/code_objects.rb, line 356
def
each_constant
@constants
.
each
{
|
c
|
yield
c
}
end