data::dumper for ruby?

W

wroxdb

how to dump a complicated data structure with ruby?

I wrote:

p data

or:

puts data.inspect

They didn't work nice.

Thanks.
 
P

Phillip Gawlowski

how to dump a complicated data structure with ruby?

I wrote:

p data

or:

puts data.inspect

They didn't work nice.

Alternatively to YAML, JSON (in Ruby 1.9: require "json";
data.to_json) could work, too.

--
Phillip Gawlowski

Though the folk I have met,
(Ah, how soon!) they forget
When I've moved on to some other place,
There may be one or two,
When I've played and passed through,
Who'll remember my song or my face.
 
B

Brian Candler

Phillip Gawlowski wrote in post #958458:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top