class RDoc::TopLevel

def find_local_symbol(symbol)

def find_local_symbol(symbol)
  find_class_or_module(symbol) || super
end