Method: RDoc::Markup::ToRdoc#init_tags
- Defined in:
- lib/rdoc/markup/to_rdoc.rb
#init_tags ⇒ Object
Maps attributes to HTML sequences
68 69 70 71 72 |
# File 'lib/rdoc/markup/to_rdoc.rb', line 68 def add_tag :BOLD, "<b>", "</b>" add_tag :TT, "<tt>", "</tt>" add_tag :EM, "<em>", "</em>" end |