ruby-changes:41116
From: shugo <ko1@a...>
Date: Fri, 18 Dec 2015 17:08:15 +0900 (JST)
Subject: [ruby-changes:41116] shugo:r53189 (trunk): fix typo.
shugo 2015-12-18 17:08:08 +0900 (Fri, 18 Dec 2015) New Revision: 53189 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53189 Log: fix typo. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 53188) +++ ChangeLog (revision 53189) @@ -32,7 +32,7 @@ Fri Dec 18 12:09:21 2015 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L32 Fri Dec 18 11:24:48 2015 Shugo Maeda <shugo@r...> * vm_method.c (rb_method_entry_make, check_override_opt_method): - should check whether a newly created method override a optimize + should check whether a newly created method overrides an optimize method in case the method is defined in a prepended module of a built-in class. [ruby-core:72226] [Bug #11836] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/