entity_class() Class Public methods accessor to DL::CStructEntity
add(type, keys=nil) Instance Public methods
read(length=nil, buffer=nil) Instance Public methods Shortcut for tempfile.read.
i_move(tagOrId, idx, x, y) Instance Public methods Alias for: imove
get_no_event_wait() Class Public methods
new(*args) Class Public methods
__destroy_hook__() Instance Public methods
int.chr([encoding]) â string Instance Public methods Returns a string containing the character represented by the receiver's value according to encoding. 65.chr #=> "A" 230.chr #=> "\346" 255.chr(Encoding::UTF_8) #=> "\303\277"
cmp.to_r â rational Instance Public methods Returns the value as a rational if possible (the imaginary part should be exactly zero). Complex(1, 0).to_r #=> (1/1) Complex(1, 0.0).to_r # RangeError Complex(1, 2).to_r # RangeError See rationalize.
tag_focus(tag) Instance Public methods
Page 390 of 2275