tt?(tag)
Is tag a tt tag?
# File lib/rdoc/markup/formatter.rb, line 259 def tt? tag tag.bit == @tt_bit end