<<

<<(num) Instance Public methods Returns a new ipaddr built by bitwise left shift.

current_dragimage_configinfo

current_dragimage_configinfo(slot=nil) Instance Public methods

id2obj

id2obj(tree, id) Class Public methods

test_association_stuff

test_association_stuff() Instance Public methods

nodeValue

nodeValue() Instance Public methods VARIANT nodeValue value stored in the node

world_readable?

stat.world_readable? â fixnum or nil Instance Public methods If stat is readable by others, returns an integer representing the file permission bits of stat. Returns nil otherwise. The meaning of the bits is platform dependent; on Unix systems, see stat(2). m = File.stat("/etc/passwd").world_readable? #=> 420 sprintf("%o", m) #=> "644"

text?

text?() Instance Public methods Is this TopLevel from a text file instead of a source code file?

entry_widget

entry_widget() Instance Public methods

==

obj == other â true or falseobj.equal?(other) â true or falseobj.eql?(other) â true or false Instance Public methods Equality â At the Object level, == returns true only if obj and other are the same object. Typically, this method is overridden in descendant classes to provide class-specific meaning. Unlike ==, the equal? method should never be overridden by subclasses as it is used to determine object identity (that is, a.equal?(b) if and only if a is the same object

eager_load!

eager_load!() Instance Public methods Eager load the application by loading all ruby files inside eager_load paths.