html_name()
HTML id-friendly method/attribute name
# File lib/rdoc/method_attr.rb, line 290 def html_name require 'cgi' CGI.escape(@name.gsub('-', '-2D')).gsub('%','-').sub(/^-/, '') end