method

find_symbol

find_symbol(symbol, method=nil)
public

No documentation available.

# File lib/rdoc/generators/html_generator.rb, line 1119
    def find_symbol(symbol, method=nil)
      res = @context.parent.find_symbol(symbol, method)
      if res
        res = res.viewer
      end
      res
    end