From: Greg Willits Date: 2007-10-25T18:33:24+09:00 Subject: puts from #!, but with data structure chrome When playing with small scripts and using puts to output some results, I find it rather disappointing that outputting an array or hash does not have the data structure chrome of [ ] and { } -- I know IRB does this, but I'm testing stuff too cumbersome for IRB. Is there a way to run a #! script and cause output using puts (or alternative) to actually show an array like ['a', 'b'] instead of just ab ? -- gw -- Posted via http://www.ruby-forum.com/.