This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
add_html(tag, name)
Add to the sequences recognized as general markup
# File lib/rdoc/markup/simple_markup.rb, line 225 def add_html(tag, name) @am.add_html(tag, name) end