Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
new(markup = nil)
public
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