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.
plain_html()
public
The section’s title, or ‘Top Section’ if the title is nil.
This is used by the table of contents template so the name is silly.
# File lib/rdoc/context/section.rb, line 204
def plain_html
@title || 'Top Section'
end