class Sections
Public Instance Methods
childtypestatus()
click to toggle source
# File lib/melody_object/Mo_h_hc.rb, line 1070 def childtypestatus childtype=if @currentchild==@children.length-1 then :lastchild else :notlastchild end {childtype=>@children[@currentchild].status} end
localinit(gotimobj)
click to toggle source
# File lib/melody_object/Mo_h_hc.rb, line 1056 def localinit(gotimobj) #- when initializing from a structure, first create any gotimobj and deliver if gotimobj.class==Fixnum gotimobj=1 if gotimobj==0 @gotimeobject=GotimeObject.new(gotimobj) else @gotimeobject=gotimobj end locallocal end
locallocal()
click to toggle source
# File lib/melody_object/Mo_h_hc.rb, line 1067 def locallocal end