foreach_proc_entry() Instance Public methods
frecuency( seq,length ) Instance Public methods
obj.freeze â obj Instance Public methods Prevents further modifications to obj. A RuntimeError will be raised if modification is attempted. There is no way to unfreeze a frozen object. See also Object#frozen?. This method returns self. a = [ "a", "b", "c" ] a.freeze a << "z" produces: prog.rb:3:in `<<': can't modify frozen array (RuntimeError) from prog.rb:3
from_main() Instance Public methods
fromout(date, from, subj) Instance Public methods
obj.frozen? â true or false Instance Public methods Returns the freeze status of obj. a = [ "a", "b", "c" ] a.freeze #=> ["a", "b", "c"] a.frozen? #=> true
func_name(ty, argc, n, calltype) Instance Public methods
gen_callback_file(ty) Instance Public methods
gen_push_addr_ary(ty, aryname, calltype) Instance Public methods
gen_push_proc_ary(ty, aryname) Instance Public methods
Page 677 of 11844