nested_dependencies() Instance Public methods
selection_set(*args) Instance Public methods
set(addr, *family) Instance Protected methods Set +@addr+, the internal stored ip address, to given addr. The parameter addr is validated using the first family member, which is Socket::AF_INET or Socket::AF_INET6.
list_item_start(list_item, list_type) Instance Public methods Lists are paragraphs, but notes and labels have a separator
index(item) Instance Public methods
move(item, idx) Instance Public methods
find() Instance Public methods Also aliased as: list
[](key) Instance Public methods A convenience method to access the values like a Hash
thr.run â thr Instance Public methods Wakes up thr, making it eligible for scheduling. a = Thread.new { puts "a"; Thread.stop; puts "c" } sleep 0.1 while a.status!='sleep' puts "Got here" a.run a.join produces: a Got here c
IO.binwrite(name, string, [offset] ) => fixnumIO.binwrite(name, string, [offset], open_args ) => fixnum Class Public methods Same as IO.write except opening the file in binary mode and ASCII-8BIT encoding (âwb:ASCII-8BITâ).
Page 266 of 2275