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.
tt?(tag)public
is tag a <tt> tag?
# File lib/rdoc/markup/to_html.rb, line 125
def tt?(tag)
tag.bit == @tt_bit
end Related methods
- Instance methods
- accept_blank_line
- accept_heading
- accept_list_end
- accept_list_item
- accept_list_start
- accept_paragraph
- accept_rule
- accept_verbatim
- add_tag
- annotate
- end_accepting
- gen_url
- handle_special_HYPERLINK
- handle_special_TIDYLINK
- in_tt?
- init_tags
- start_accepting
- tt?
- wrap
- Class methods
- gen_relative_url
- new
- Private methods
-
convert_flow -
convert_heading -
convert_special -
convert_string -
convert_string_fancy -
convert_string_simple -
html_list_name -
list_end_for -
list_item_start -
off_tags -
on_tags