= private = protected
find_attribute_named(name)
Find a named attribute, or return nil
# File lib/rdoc/code_objects.rb, line 562 def find_attribute_named(name) @attributes.find {|m| m.name == name} end