class RDoc::AnyMethod

def aref

def aref
  type = singleton ? 'c' : 'i'
  "method-#{type}-#{CGI.escape name}"
end