mtch.begin(n) â integer Instance Public methods Returns the offset of the start of the nth element of the match array in the string. n can be a string or symbol to reference a named capture. m = /(.)(.)(\d+)(\d)/.match("THX1138.") m.begin(0) #=> 1 m.begin(2) #=> 2 m = /(?<foo>.)(.)(?<bar>.)/.match("hoge") p m.begin(:foo) #=> 0 p m.begin(:bar) #=> 2
digest_obj.digest! â string Instance Public methods Returns the resulting hash value and resets the digest to the initial state.
blt_table_current_configinfo(*args) Instance Public methods
new() Class Public methods
element_cget_tkstring(opt) Instance Public methods
new(*args) Class Public methods
item_element_cget(item, column, elem, option) Instance Public methods
delete(arel, name = nil, binds = []) Instance Public methods Executes the delete statement and returns the number of rows affected.
flush() Instance Public methods Flushes the TarWriter's IO
tabcget_strict(tagOrId, option) Instance Public methods
Page 196 of 2275