check_inspect_key

check_inspect_key(id) Instance Public methods

new

new(*a) Class Public methods Creates a new XMLRPC::ModRubyServer instance. All parameters given are by-passed to XMLRPC::BasicServer.new.

env_filter

env_filter() Instance Protected methods

/ 2

/(other) Instance Public methods Matrix division (multiplication by the inverse). Matrix[[7,6], [3,9]] / Matrix[[2,9], [3,1]] => -7 1 -3 -6

Raise

Raise(klass = E2MM, err = nil, *rest) Class Public methods Fail(klass, err, *rest) klass: class to define exception under. err: exception rest: message arguments Fail

new

new(method_name=nil, *args) Class Public methods Instantiate a new mailer object. If method_name is not nil, the mailer will be initialized according to the named method. If not, the mailer will remain uninitialized (useful when you only need to invoke the âreceiveâ method, for instance).

inspect

inspect() Instance Public methods A summary of fields, by header, in an ASCII compatible String.

merge

merge(hash, &block) Instance Public methods This method has the same semantics of update, except it does not modify the receiver but rather returns a new hash with indifferent access with the result of the merge.

nodeValue=

nodeValue=(arg0) Instance Public methods VOID nodeValue value stored in the node

count

str.count([other_str]+) â fixnum Instance Public methods Each other_str parameter defines a set of characters to count. The intersection of these sets defines the characters to count in str. Any other_str that starts with a caret ^ is negated. The sequence c1-c2 means all characters between c1 and c2. The backslash character </code> can be used to escape <code>^ or - and is otherwise ignored unless it appears at the end of a sequence or the end of a other_str. a =