# File lib/rdoc/context/section.rb, line 55
  def aref
    title = @title || '[untitled]'

    CGI.escape(title).gsub('%', '-').sub(/^-/, '')
  end