From 2a3193fd79c0115b2235b880fc2b28c4d94f39bc Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 23 Jan 2003 08:27:06 +0000 Subject: * eval.c (rb_eval): do not warn discarding already undefined method. * lib/rational.rb: undef quo before replacing. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0674c3d16..d57ad3665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jan 23 17:25:04 2003 Yukihiro Matsumoto + + * eval.c (rb_eval): do not warn discarding already undefined + method. + + * lib/rational.rb: undef quo before replacing. + Thu Jan 23 15:49:57 2003 Nobuyoshi Nakada * parse.y (arg): missing arguments. -- cgit