class RDoc::AnyMethod

def html_name

def html_name
  @name.gsub(/[^a-z]+/, '-')
end