= private = protected
find_constant_named(name)
Finds a constant with name in this context
# File lib/rdoc/context.rb, line 819 def find_constant_named(name) @constants.find {|m| m.name == name} end