ruby-changes:13121
From: nobu <ko1@a...>
Date: Sun, 13 Sep 2009 00:31:50 +0900 (JST)
Subject: [ruby-changes:13121] Ruby:r24871 (trunk): * vm_method.c (remove_method): typo fixed.
nobu 2009-09-13 00:31:43 +0900 (Sun, 13 Sep 2009) New Revision: 24871 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24871 Log: * vm_method.c (remove_method): typo fixed. Modified files: trunk/vm_method.c Index: vm_method.c =================================================================== --- vm_method.c (revision 24870) +++ vm_method.c (revision 24871) @@ -369,7 +369,7 @@ } static void -remove_method_id(VALUE klass, ID mid) +remove_method(VALUE klass, ID mid) { st_data_t data; rb_method_entry_t *me = 0; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/