From: r Date: 2006-12-29T23:20:06+09:00 Subject: Re: newbie: what is ruby's var_dump()? Phrogz wrote: > In case > var_dump() is a PHP function that is web related (and not something > part of the core language). var_dump() is core... It's in the PHP stdlib. so is var_export(). Wonderful functions. -R