[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

deep_copy, deep_equality methods

Tim Hunter

11/5/2004 6:11:00 PM

I'm adding "deep copy" methods to a set of classes. I'd like to be
able to test the deep copy methods by defining matching "deep
equality" methods. Can anybody recommend good general patterns for
these methods?