ancestors

ancestors() Instance Public methods Ancestors list for this ClassModule: the list of included modules (classes will add their superclass if any). Returns the included classes or modules, not the includes themselves. The returned values are either String or RDoc::NormalModule instances (see RDoc::Include#module). The values are returned in reverse order of their inclusion, which is the order suitable for searching methods/attributes in the ancestors. The superclass, if any, comes la

cellconfigure

cellconfigure(tagOrId, slot, value=None) Instance Public methods Alias for: cell_configure

marshal_dump

marshal_dump() Instance Public methods Dumps this Constant for use by ri. See also marshal_load

preserveWhiteSpace

preserveWhiteSpace() Instance Public methods BOOL preserveWhiteSpace indicates whether the parser preserves whitespace

ancestors

ancestors() Instance Public methods Ancestors cache accessor. Maps a klass name to an Array of its ancestors in this store. If Foo in this store inherits from Object, Kernel won't be listed (it will be included from ruby's ri store).

remove_index

remove_index(options = {}) Instance Public methods Removes the given index from the table. Remove the index_table_name_on_column in the table_name table t.remove_index :column Remove the index named index_table_name_on_branch_id in the table_name table t.remove_index column: :branch_id Remove the index named index_table_name_on_branch_id_and_party_id in the table_name table t.remove_index column: [:branch_id, :party_id] Remove the index named by_branch_party in the table_name ta

zero?

stat.zero? â true or false Instance Public methods Returns true if stat is a zero-length file; false otherwise. File.stat("testfile").zero? #=> false

==

==(p1) Instance Public methods Compare this pathname with other. The comparison is string-based. Be aware that two different paths (foo.txt and ./foo.txt) can refer to the same file.

beginToggle

beginToggle(w, el) Class Public methods

exec_update

exec_update(sql, name = 'SQL', binds = []) Instance Public methods Alias for: exec_delete