From: "Florian Groß" Date: 2006-01-01T11:14:54+09:00 Subject: Re: Tuples/Records/Quicky Objects + Read Only Arrays? Christopher Campbell wrote: > Returning a clone of an array is fine, just wondered if you could > "write-protect" stuff in general. Just use Object#freeze. Note that you will not usually be able to change objects once they have become frozen. -- http://flgr.0x42.net/