From e0be4445accaff14ea18c1a8705b2d8f5669f1c0 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Sep 2005 16:02:55 +0000 Subject: * lib/mathn.rb (Fixnum): remove debug print. * lib/rational.rb (Rational): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 043c3e330..3b62a7d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 20 01:01:41 2005 Yukihiro Matsumoto + + * lib/mathn.rb (Fixnum): remove debug print. + + * lib/rational.rb (Rational): ditto. + Tue Sep 20 00:34:07 2005 Yukihiro Matsumoto * io.c (io_close): call rb_io_close() directly if io is a T_FILE -- cgit