addtag_closest(tagOrId, x, y, halo=None, start=None) Instance Public methods
resources_path_names(options) Instance Public methods
ARGF.lineno = integer â integer Instance Public methods Sets the line number of ARGF as a whole to the given Integer. ARGF sets the line number automatically as you read data, so normally you will not need to set it explicitly. To access the current line number use ARGF.lineno. For example: ARGF.lineno #=> 0 ARGF.readline #=> "This is line 1\n" ARGF.lineno #=> 1 ARGF.lineno = 0 #=> 0 ARGF.lineno #=> 0
int.even? â true or false Instance Public methods Returns true if int is an even number.
current_style_configinfo(tagOrId, slot=nil) Instance Public methods
item_next_sibling(sibling, nxt=nil) Instance Public methods Alias for: item_nextsibling
accept_blank_line(blank_line) Instance Public methods Adds blank_line to the output
wm_maxsize(*args) Instance Public methods Alias for: maxsize
add_html(tag, name) Instance Public methods Adds a markup class with name for words surrounded by HTML tag tag. To process emphasis tags: am.add_html 'em', :EM
init_tags() Instance Public methods Maps attributes to ANSI sequences
Page 241 of 2275