From: meruby@... Date: 2005-05-15T08:25:29+09:00 Subject: How to save class in yaml as Hash or list? Lets' face it: ruby in great language to program in. python has some great library like matplotlib and others which has no equivalent in ruby. But ruby has syck which can save data in yaml which can be use by ruby or python program. So I like to save a ruby class in yaml to be read by python program. How can I do that? IMHO more and more people will use dynamic languages, syck will become a vital tools to bridge gaps for data storage and retrival.