method
find_symbol
v1_8_7_72 -
Show latest stable
- Class:
Generators::HtmlMethod
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