method
each_constant
each_constant()
public
Hide source
# File lib/rdoc/code_objects.rb, line 356 def each_constant @constants.each {|c| yield c} end