From: Carl Youngblood Date: 2003-11-30T02:22:10+09:00 Subject: Re: How to p to a string Joel VanderWerf wrote: > Carl Youngblood wrote: > >> Is there a way that I can cause p to store the output that it would >> have sent to STDOUT into a string instead? > > > Doesn't #inspect do what you want? > > > I think you're right! I'm still in the process of learning Ruby. Here a little and there little... Thanks.