tt?(tag)
is tag a <tt> tag?
# File lib/rdoc/markup/to_html.rb, line 125 def tt?(tag) tag.bit == @tt_bit end