From: Shuaib Zahda Date: 2007-10-19T18:42:03+09:00 Subject: Re: the level of Ruby programmers vs PHP's I know this method (inspect) it does output the values in a human readable way but does not output the name of the variable. example irb(main):008:0> arr = [10, "text", 10.78] => [10, "text", 10.78] irb(main):009:0> puts arr.inspect [10, "text", 10.78] => nil irb(main):010:0> hopefully this helps. Sorry I am not php expert and ruby neither. -- Posted via http://www.ruby-forum.com/.