# File lib/rdoc/alias.rb, line 56
  def aref
    type = singleton ? 'c' : 'i'
    "#alias-#{type}-#{html_name}"
  end