Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) is shown here.
in_tt?()
public
are we currently inside <tt> tags?
# File lib/rdoc/markup/to_html.rb, line 118
def in_tt?
@in_tt > 0
end