= private = protected
find_attribute_named(name)
Finds an attribute with name in this context
# File lib/rdoc/context.rb, line 509 def find_attribute_named(name) @attributes.find { |m| m.name == name } end