Eric Hodel said:
> Would including DRbUndumped help?  This forces a DRbObject to be created
> on the remote side, and makes sure all of the work happens on the side
> of the connection that created the object.

I believe this wouldn't solve the problem for local access to the methods.
If they are declared private, a local instance of the class wouldn't be
able to use them. Unless I misunderstood what you meant...

Andre