From dccfafbb3f47bb9e2f578409fc3d1585c25387ee Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Oct 2009 10:32:53 +0000 Subject: * object.c (rb_obj_inspect): fixed rdoc about the case that to_s is called. [ruby-core:24425] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b679c769a..b8a5ddfc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 21 19:32:52 2009 Nobuyoshi Nakada + + * object.c (rb_obj_inspect): fixed rdoc about the case that to_s + is called. [ruby-core:24425] + Wed Oct 21 08:17:17 2009 Nobuyoshi Nakada * test/logger/test_logger.rb (TestLogDevice#test_write): check -- cgit