From: Daniel Sheppard Date: 2007-11-30T15:17:21+09:00 Subject: Re: #p is to #inspect as #pp is to ? > I have this as a lone method, but it seems to me there should already > be a way to do this with the 'pp' lib. (If not perhaps we could add > it?) I believe that pp calls Object#pretty_print - the source will tell you more. Dan.