configinfo

configinfo(slot = nil) Instance Public methods

reset_step

reset_step() Instance Public methods

remove_token_listener

remove_token_listener(obj) Instance Public methods Removes the token listener obj

get_eventloop_weight

get_eventloop_weight() Instance Public methods

setActiveItem

setActiveItem(w, idx) Class Public methods

class_eval

mod.class_eval(string [, filename [, lineno]]) â obj Instance Public methods Evaluates the string or block in the context of mod, except that when a block is given, constant/class variable lookup is not affected. This can be used to add methods to a class. module_eval returns the result of evaluating its argument. The optional filename and lineno parameters set the text for error messages. class Thing end a = %q{def hello() "Hello there!" end} Thing.module_eval(a) puts Thing.new.h

edit

edit(where, tree, list, node) Class Public methods

createDocumentFragment

createDocumentFragment() Instance Public methods IXMLDOMDocumentFragment createDocumentFragment create a DocumentFragment node

singularize

singularize(locale = :en) Instance Public methods The reverse of pluralize, returns the singular form of a word in a string. If the optional parameter locale is specified, the word will be singularized as a word of that language. By default, this parameter is set to :en. You must define your own inflection rules for languages other than English. 'posts'.singularize # => "post" 'octopi'.singularize # => "octopus" 'sheep'.singularize # => "she

convert

convert(content) Instance Public methods Marks up content