method_missing

method_missing(method, *args, &block) Instance Public methods Allows access to the object attributes, which are held in the hash returned by attributes, as though they were first-class methods. So a Person class with a name attribute can for example use Person#name and Person#name= and never directly use the attributes hash â except for multiple assigns with ActiveRecord::Base#attributes=. It's also possible to instantiate related objects, so a Client class belonging to the cli

new

new(stream) Class Public methods

each2

each2(v) Instance Public methods Iterate over the elements of this vector and v in conjunction.

textbind_remove

textbind_remove(*args) Instance Public methods

execute

execute() Instance Public methods

root_node

root_node() Instance Public methods Evaluates to the root node of the document that this element belongs to. If this element doesn't belong to a document, but does belong to another Element, the parent's root will be returned, until the earliest ancestor is found. Note that this is not the same as the document element. In the following example, <a> is the document element, and the root node is the parent node of the document element. You may ask yourself why the root node is

column_cget_strict

column_cget_strict(tagOrId, option) Instance Public methods

element_configure

element_configure(tagOrId, slot, value=None) Instance Public methods

clear_sizes

clear_sizes(first=None, last=None) Instance Public methods

ipv6_pktinfo

Socket::AncillaryData.ipv6_pktinfo(addr, ifindex) => ancdata Class Public methods Returns new ancillary data for IPV6_PKTINFO. IPV6_PKTINFO is defined by RFC 3542. addr = Addrinfo.ip("::1") ifindex = 0 p Socket::AncillaryData.ipv6_pktinfo(addr, ifindex) #=> #<Socket::AncillaryData: INET6 IPV6 PKTINFO ::1 ifindex:0>