# File lib/rdoc/context.rb, line 809
  def find_symbol(symbol)
    find_symbol_module(symbol) || find_local_symbol(symbol)
  end