arity

prc.arity â fixnum Instance Public methods Returns the number of arguments that would not be ignored. If the block is declared to take no arguments, returns 0. If the block is known to take exactly n arguments, returns n. If the block has optional arguments, return -n-1, where n is the number of mandatory arguments. A proc with no argument declarations is the same a block declaring || as its arguments. proc {}.arity #=> 0 proc {||}.arity #=> 0 proc {|a|}.ar

set_next_callback

set_next_callback(args) Instance Public methods

save

save(arg0) Instance Public methods VOID save save the document to a specified desination VARIANT arg0 --- desination [IN]

top

top(lines, dest = '') Instance Public methods Fetches the message header and lines lines of body. The optional dest argument is obsolete. This method raises a POPError if an error occurs.

inherited

inherited(base) Instance Public methods

raw_cookie

raw_cookie() Instance Public methods Get the raw cookies as a string.

typealias

typealias(alias_type, orig_type) Instance Public methods Sets the type alias for alias_type as orig_type

each

each() Instance Public methods Yields event/tuple pairs until this NotifyTemplateEntry expires.

transformNodeToObject

transformNodeToObject(arg0, arg1) Instance Public methods VOID transformNodeToObject apply the stylesheet to the subtree, returning the result through a document or a stream IXMLDOMNode arg0 --- stylesheet [IN] VARIANT arg1 --- outputObject [IN]

stdchan

stdchan(cmd, channel) Class Public methods