new(markup = nil)
Creates a new tt-only formatter.
# File lib/rdoc/markup/to_tt_only.rb, line 20 def initialize markup = nil super nil, markup add_tag :TT, nil, nil end