html_name()
An HTML id-friendly representation of #name
# File lib/rdoc/attr.rb, line 85 def html_name @name.gsub(/[^a-z]+/, '-') end