yaxis_limits() Instance Public methods
XMLDocument() Instance Public methods IXMLDOMDocument #XMLDocument
scope_name(scope, task_name) Class Public methods Apply the scope to the task name according to the rules for this kind of task. Generic tasks will accept the scope as part of the name.
ttk_state(state=nil) Instance Public methods Also aliased as: tile_state, state
unixserver.sysaccept => file_descriptor Instance Public methods Accepts a new connection. It returns the new file descriptor which is an integer. UNIXServer.open("/tmp/sock") {|serv| UNIXSocket.open("/tmp/sock") {|c| fd = serv.sysaccept s = IO.new(fd) s.puts "hi" s.close p c.read #=> "hi\n" } }
stat.chardev? â true or false Instance Public methods Returns true if the file is a character device, false if it isn't or if the operating system doesn't support this feature. File.stat("/dev/tty").chardev? #=> true
remove(*args) Instance Public methods Alias for: delete
set_debug_output(arg) Instance Public methods Alias for: debug_output=
flush(flush=nil) Instance Public methods Flushes all the internal buffers of the GzipWriter object. The meaning of flush is same as in Zlib::Deflate#deflate. Zlib::SYNC_FLUSH is used if flush is omitted. It is no use giving flush Zlib::NO_FLUSH.
load_imports() Instance Public methods Load the pending list of imported files.
Page 522 of 2275