# File lib/rdoc/context.rb, line 640
  def each_constant # :yields: constant
    @constants.each {|c| yield c}
  end