next_element

next_element(element, name = nil) Instance Public methods Returns the next element after this one. Skips sibling text nodes. With the name argument, returns the next element with that name, skipping other sibling elements.

winfo_depth

winfo_depth() Instance Public methods

tag_name

tag_name() Class Public methods

avail_out=

avail_out=(p1) Instance Public methods Allocates size bytes of free space in the output buffer. If there are more than size bytes already in the buffer, the buffer is truncated. Because free space is allocated automatically, you usually don't need to use this method.

winfo_fpixels

winfo_fpixels(dist) Instance Public methods

binmode=

binmode=(mode) Instance Public methods Turn newline conversion on (false) or off (true).

set_redirect

set_redirect(status, url) Instance Public methods Redirects to url with a WEBrick::HTTPStatus::Redirect status. Example: res.set_redirect WEBrick::HTTPStatus::TemporaryRedirect

abort_on_exception 2

thr.abort_on_exception â true or false Instance Public methods Returns the status of the thread-local âabort on exception'' condition for thr. The default is false. See also Thread::abort_on_exception=.

canonname

addrinfo.canonname => string or nil Instance Public methods returns the canonical name as an string. nil is returned if no canonical name. The canonical name is set by ::getaddrinfo when AI_CANONNAME is specified. list = Addrinfo.getaddrinfo("www.ruby-lang.org", 80, :INET, :STREAM, nil, Socket::AI_CANONNAME) p list[0] #=> #<Addrinfo: 221.186.184.68:80 TCP carbon.ruby-lang.org (www.ruby-lang.org)> p list[0].canonname #=> "carbon.ruby-lang.org"

id2obj

id2obj(canvas, id) Class Public methods