load_font() Class Public methods
show_loupe(setting=nil) Instance Public methods
transact { block } Instance Public methods Executes a block as self Example: sh.transact { system("ls", "-l") | head > STDOUT }
scan_dragto(x, y) Instance Public methods
find_crl(cert) Instance Public methods
new(app, path, cache_control=nil) Class Public methods
__destroy_hook__() Instance Public methods
next_sibling=( other ) Instance Public methods Sets the next sibling of this child. This can be used to insert a child after some other child. a = Element.new("a") b = a.add_element("b") c = Element.new("c") b.next_sibling = c # => <a><b/><c/></a>
dom_tree(idx, val) Instance Public methods
prev_item(item) Instance Public methods
Page 466 of 2275