aref()
Anchor reference for linking to this section
# File lib/rdoc/context/section.rb, line 83 def aref title = @title || '[untitled]' CGI.escape(title).gsub('%', '-').sub(/^-/, '') end