# File lib/rdoc/context.rb, line 626
  def each_attribute # :yields: attribute
    @attributes.each { |a| yield a }
  end