obj.class_variable_set(symbol, obj) â obj Instance Public methods Sets the class variable names by symbol to object. class Fred @@foo = 99 def foo @@foo end end Fred.class_variable_set(:@@foo, 101) #=> 101 Fred.new.foo #=> 101
readonly_attributes() Instance Public methods Returns an array of all the attributes that have been specified as readonly.
default_element_value_type(idxs) Instance Public methods
set_limit(limit_type, slave = '', opts = {}) Class Public methods
sort_by(tree, col, direction) Instance Public methods Code to do the sorting of the tree contents when clicked on
tty?() Instance Public methods
&(other) Instance Public methods Returns a new ipaddr built by bitwise AND.
tail(str) Class Public methods
item_is_open?(item) Instance Public methods Alias for: item_isopen
mainloop(check_root = true, restart_on_dead = false) Instance Public methods def mainloop(check_root = true, restart_on_dead = true)
Page 770 of 2275