= private = protected
each_attribute()
Iterator for attributes
# File lib/rdoc/context.rb, line 704 def each_attribute # :yields: attribute @attributes.each { |a| yield a } end