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