ruby-changes:14834
From: nobu <ko1@a...>
Date: Wed, 17 Feb 2010 17:23:02 +0900 (JST)
Subject: [ruby-changes:14834] Ruby:r26699 (mvm): * vm.c (InitVM_VM): fixed commit miss.
nobu 2010-02-17 17:22:52 +0900 (Wed, 17 Feb 2010) New Revision: 26699 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26699 Log: * vm.c (InitVM_VM): fixed commit miss. Modified files: branches/mvm/vm.c Index: mvm/vm.c =================================================================== --- mvm/vm.c (revision 26698) +++ mvm/vm.c (revision 26699) @@ -2223,7 +2223,6 @@ rb_define_method(rb_cRubyVM, "parent", rb_vm_parent, 0); rb_define_singleton_method(rb_cRubyVM, "current", rb_vm_s_current, 0); rb_define_singleton_method(rb_cRubyVM, "parent", rb_vm_s_parent, 0); - rb_undef_method(CLASS_OF(rb_cRubyVM), "new"); /* ::VM::FrozenCore */ fcore = rb_class_new(rb_cBasicObject); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/