= private = protected
find_constant_named(name)
Find a named constant, or return nil
# File lib/rdoc/code_objects.rb, line 449 def find_constant_named(name) @constants.find {|m| m.name == name} end