This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
tt?(tag)
Is tag a tt tag?
# File lib/rdoc/markup/formatter.rb, line 259 def tt? tag tag.bit == @tt_bit end