# File lib/rdoc/method_attr.rb, line 263
  def html_name
    CGI.escape(@name.gsub('-', '-2D')).gsub('%','-').sub(/^-/, '')
  end