From: Ned Konz Date: 2001-09-04T08:40:12+09:00 Subject: [ruby-talk:20826] Re: Calling class member functions from C++ On Monday 03 September 2001 04:29 pm, Bernhard Gl�ck wrote: > Then how to call > the instance method of a given instance of a ruby object ( and how to > get the instance handle too ? ) Thanks for your help You don't call an instance method without an instance. If you have an object, you can call its instance methods. -- Ned Konz currently: Stanwood, WA email: ned@bike-nomad.com homepage: http://bike-nomad.com