On 10/12/2010 11:39 AM, Brian Candler wrote: > If you want to send over an array of proxies, well, you could construct > explicit DRbObject wrappers, but I just noticed this in the drb/drb.rb > source: > > class DRbArray Good to know about, thanks! Clever how an instance of DRbArray on the server becomes an ordinary Array on the client side.