plain_html()
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