Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
render(file_name)
public
Renders the ERb contained in file_name relative to the template
directory and returns the result based on the current context.
# File lib/rdoc/generator/darkfish.rb, line 671
def render file_name
template_file = @template_dir + file_name
template = template_for template_file, false, RDoc::ERBPartial
template.filename = template_file.to_s
template.result @context
end