예제 #1
0
파일: root.hpp 프로젝트: Erreon/rubinius
 ~Root() {
   if(roots_ && object_) roots_->remove(this);
 }
예제 #2
0
 inline Root::~Root() {
   if(roots && object) {
     roots->remove(this);
   }
 }
예제 #3
0
파일: root.hpp 프로젝트: Azzurrio/rubinius
 ~Root() {
   if(roots_ && object_ && object_ != cUndef) roots_->remove(this);
 }