sysread

ssl.sysread(length) => stringssl.sysread(length, buffer) => buffer Instance Public methods Reads length bytes from the SSL connection. If a pre-allocated buffer is provided the data will be written into it.

visit_BigDecimal

visit_BigDecimal(o) Instance Public methods

get_tclConfig

get_tclConfig(tclConfig_file, tkConfig_file, tclConfig_dir, tkConfig_dir) Instance Public methods

eql?

group1 == group2 => true | false Instance Public methods Also aliased as: ==

element_to_a

element_to_a(*idxs) Instance Public methods Alias for: list_element

set_numlist_type

set_numlist_type(val) Instance Public methods Also aliased as: numlist_type=

mkdir

mkdir(dirname) Instance Public methods Creates a remote directory.

assert_select_encoded

assert_select_encoded(element = nil, &block) Instance Public methods Extracts the content of an element, treats it as encoded HTML and runs nested assertion on it. You typically call this method within another assertion to operate on all currently selected elements. You can also pass an element or array of elements. The content of each element is un-encoded, and wrapped in the root element encoded. It then calls the block with all un-encoded elements. # Selects all bold tags fr

last_inserted_id

last_inserted_id(result) Instance Protected methods

new

NoMethodError.new(msg, name [, args]) â no_method_error Class Public methods Construct a NoMethodError exception for a method of the given name called with the given arguments. The name may be accessed using the #name method on the resulting object, and the arguments using the #args method.