telnetmode=

telnetmode=(mode) Instance Public methods Turn telnet command interpretation on (true) or off (false). It should be on for true telnet sessions, off if using Net::Telnet to connect to a non-telnet service such as SMTP.

new

new(options) Class Public methods

wm_resizable

wm_resizable(*args) Instance Public methods Alias for: resizable

new

new(stream) Class Public methods

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

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

clear_sizes

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