class RDoc::Context

def find_constant_named(name)

def find_constant_named(name)
  @constants.find {|m| m.name == name}
end