class Threadset
Public Instance Methods
childtypestatus()
click to toggle source
# File lib/melody_object/Mo_h_hc.rb, line 1083 def childtypestatus if @currentchild==@children.length-1 :allchildrencollected else :notallchildrencollected end end
locallocal()
click to toggle source
# File lib/melody_object/Mo_h_hc.rb, line 1079 def locallocal @childhash=Hash.new end