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.

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.

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

new

new(table_name, base) Class Public methods

user_name_and_password

user_name_and_password(request) Instance Public methods

loadXML

loadXML(arg0) Instance Public methods BOOL loadXML load the document from a string BSTR arg0 --- bstrXML [IN]

to_feed

to_feed(*args) Instance Public methods

number 2

number(p1) Instance Public methods

test_class_without_store_full_sti_class_returns_demodulized_name

test_class_without_store_full_sti_class_returns_demodulized_name() Instance Public methods