create

create() Instance Public methods

before

before() Instance Public methods

def_e2message

def_e2message(k, c, m) Class Public methods Exception2MessageMapper#def_e2message(k, e, m) k: class to define exception under. e: exception m: message_form define exception c with message m.

cursor=

cursor=(index) Instance Public methods Also aliased as: icursor

withdraw 2

withdraw(ex = true) Instance Public methods Also aliased as: wm_withdraw

send_file

send_file(path, options={}) Instance Public methods

owned?

File.owned?(file_name) â true or false Class Public methods Returns true if the named file exists and the effective used id of the calling process is the owner of the file. file_name can be an IO object.

exist?

File.exist?(file_name) â true or false Instance Public methods Return true if the named file exists. file_name can be an IO object. âfile existsâ means that stat() or fstat() system call is successful.

concern

concern(name, callable = nil, &block) Instance Public methods Define a routing concern using a name. Concerns may be defined inline, using a block, or handled by another object, by passing that object as the second parameter. The concern object, if supplied, should respond to call, which will receive two parameters: * The current mapper * A hash of options which the concern object may use Options may also be used by concerns defined in a block by accepting a block parameter. So

childNodes

childNodes() Instance Public methods IXMLDOMNodeList childNodes the collection of the node's children