# File lib/rdoc/markup/to_rdoc.rb, line 65 def init_tags add_tag :BOLD, "<b>", "</b>" add_tag :TT, "<tt>", "</tt>" add_tag :EM, "<em>", "</em>" end