From ef5450b5033d35a804bd4f7374253d9bf18997ae Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 27 Sep 2009 04:08:31 +0000 Subject: * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect method. [ruby-core:25804] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac6bb9e56..516bd71aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 27 13:06:43 2009 Tanaka Akira + + * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect + method. [ruby-core:25804] + Sun Sep 27 12:01:42 2009 Nobuyoshi Nakada * string.c (str_buf_cat2): optimize since all second arguments are -- cgit