From 8d428ed951fefccf452c7c7abb485f4bc1131cb3 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 27 Apr 2009 22:13:50 +0000 Subject: * lib/pp.rb (Struct#pretty_print): coerce to a string since anonymous class has name no longer. [ruby-dev:38349] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f3d50f82..89139b0ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 28 07:13:48 2009 Nobuyoshi Nakada + + * lib/pp.rb (Struct#pretty_print): coerce to a string since + anonymous class has name no longer. [ruby-dev:38349] + Mon Apr 27 16:47:12 2009 Nobuyoshi Nakada * configure.in (ruby_version): uses sed instead of grep if the -- cgit