From: Vicente Bosch Campos Date: 2010-11-10T16:20:22+09:00 Subject: Re: data::dumper for ruby? Also awesome print is ... pretty awesome too :-) https://github.com/michaeldv/awesome_print#readme On Nov 2, 2010, at 9:26 PM, Brian Candler wrote: > Phillip Gawlowski wrote in post #958458: >> On Mon, Nov 1, 2010 at 6:54 AM, wroxdb wrote: >>> They didn't work nice. >> Alternatively to YAML, JSON (in Ruby 1.9: require "json"; >> data.to_json) could work, too. > > There is also pp / prettyprint in the standard library. > > -- > Posted via http://www.ruby-forum.com/. >