in_tt?()
are we currently inside <tt> tags?
# File lib/rdoc/markup/to_html.rb, line 118 def in_tt? @in_tt > 0 end