parsetext

parsetext(text) Class Public methods

symlink

symlink(file_name, dest_file) Instance Public methods Symlink file_name to dest_file.

superclass_delegating_accessor

superclass_delegating_accessor(name, options = {}) Instance Public methods

cd 2

cd(path = nil, verbose = @verbose) Instance Public methods Alias for: chdir

length

length() Instance Public methods I4 length number of characters in value

assert_no_tag

assert_no_tag(*opts) Instance Public methods Identical to assert_tag, but asserts that a matching tag does not exist. (See assert_tag for a full discussion of the syntax.) # Assert that there is not a "div" containing a "p" assert_no_tag tag: "div", descendant: { tag: "p" } # Assert that an unordered list is empty assert_no_tag tag: "ul", descendant: { tag: "li" } # Assert that there is not a "p" tag with between 1 to 3 "img" tags # as immediate children assert_no_tag tag: "p",

display_wordstart

display_wordstart() Instance Public methods

get_owner 2

get_owner(sel=nil) Instance Public methods

ole_typelib

WIN32OLE_TYPE#ole_typelib Instance Public methods Returns the WIN32OLE_TYPELIB object which is including the WIN32OLE_TYPE object. If it is not found, then returns nil. tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Worksheet') puts tobj.ole_typelib # => 'Microsoft Excel 9.0 Object Library'

converters

converters() Instance Public methods Returns the current list of converters in effect. See ::new for details. Built-in converters will be returned by name, while others will be returned as is.