# File lib/rdoc/code_objects.rb, line 352
    def each_attribute 
      @attributes.each {|a| yield a}
    end