From: r Date: 2006-12-29T23:35:06+09:00 Subject: Re: newbie: what is ruby's var_dump()? Mat Schaffer wrote: > I didn't see the original post, but I bet you're looking for one of > the following: > p > pp > Object#inspect > > Or if you really need to get everything contained in an object, I > generally use #to_yaml. > -Mat Thanks. Will look all those up. I think #to_yaml will do it, var_dump()'s output is an HDF also. Also thanks _why for y, will check it out. -R