From: Michael Neumann Date: 2001-07-20T08:29:28+09:00 Subject: [ruby-talk:18153] Re: dRuby - calling methods of DRbObject defined in Object Masatoshi SEKI wrote: > > Hi. > > > Maybe it would be a good idea, to introduce a method "__remote_send" > > or alike, that can be used for that purpose: > > > > a.__remote_send(:class) # method class of the remote object gets called > > Hmm, > > module DRb > class DRbObject > alias __remote_send method_missing > end > end I thought method_missing is a private method. But it isn't. Therefor a.method_missing(:class) should work as well. Thanks. -- Michael Neumann merlin.zwo InfoDesign GmbH http://www.merlin-zwo.de