html_name()
HTML id-friendly method name
# File lib/rdoc/any_method.rb, line 122 def html_name @name.gsub(/[^a-z]+/, '-') end