From: ts Date: 2001-06-07T18:47:49+09:00 Subject: [ruby-talk:16305] Re: odd obj.send behaviour >>>>> "P" == Patrik Sundberg writes: P> ok. i thought my eval("@gw."+methId.to_s) would search only for the public P> method in the server class? Hey, 'eval("@gw."+methId.to_s)' is executed by the *client*. How do you want that the client search in the server class ? Guy Decoux