method
each_attribute
v1_9_1_378 -
Show latest stable
- Class:
RDoc::Context
each_attribute()public
No documentation available.
# File lib/rdoc/code_objects.rb, line 456
def each_attribute
@attributes.each {|a| yield a}
end