[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[YAML] Cant dump anonymous class Class?

Trans

1/26/2005 6:56:00 PM

_why,

I can't seem to dump objects created from an anonymous class.

/usr/local/lib/site_ruby/1.8/yaml/rubytypes.rb:10:in `to_yaml': can't
dump anonymous class Class (TypeError)
Will this be fixed? Or am I doing something really wrong?

Thanks,
T.

2 Answers

why the lucky stiff

1/27/2005 6:05:00 PM

0

Trans wrote:

>I can't seem to dump objects created from an anonymous class.
>
Okay, hold on, I think I'm actually ready to answer this now.

<http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk...
<http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk...
<http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk...

_why


Trans

1/29/2005 5:44:00 PM

0

Thanks.

T.