From 5cd86d4f44205ceb3c9672420d7a98f748f181ae Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 5 Oct 2008 14:07:06 +0000 Subject: * vm_method.c (rb_mod_modfunc): method undefined in included module may not have nd_body. [ruby-core:18738] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a0c4c1380..d1c94cb57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 5 23:06:55 2008 Nobuyoshi Nakada + + * vm_method.c (rb_mod_modfunc): method undefined in included module + may not have nd_body. [ruby-core:18738] + Sun Oct 5 21:28:58 2008 Tadayoshi Funaba * lib/rational.rb: resolved conflicts of aliases. -- cgit