read(size=nil, buf=nil) Instance Public methods Reads size bytes from the stream. If buf is provided it must reference a string which will receive the data. See IO#read for full details.
end_accepting() Instance Public methods Returns the table of contents
gemfile() Instance Public methods
addtag_closest(tagOrId, x, y, halo=None, start=None) 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
resources_path_names(options) Instance Public methods
current_style_configinfo(tagOrId, slot=nil) Instance Public methods
int.even? â true or false Instance Public methods Returns true if int is an even number.
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
Page 241 of 2275