Brent Clark wrote: > Hiya > > I know we can use JSON, YAML, Marshal etc for representation of the > data. > > Personally I find the above solutions clunky. > > I would do the job if I could (Still learning Ruby), but im hoping with > the spirit of open source and communities, I would like to plead with > community for someone to please release a gem like perls Data::Dumper. you can try >> print a.inspect or >> p a # same thing or >> require 'pp' >> pp a Do these scratch your itch? -r -- Posted via http://www.ruby-forum.com/.