# File lib/rdoc/top_level.rb, line 402
  def find_local_symbol(symbol)
    find_class_or_module(symbol) || super
  end