From: William Djaja Tjokroaminata Date: 2002-08-14T22:14:04+09:00 Subject: Re: Is There an Inverse of 'rb_define_method'? I am sorry, but when I reread the entire thread, probably now I should have made it clear that the question is, whether there is an inverse of "rb_define_method", assuming the method is written by a user in Ruby, and not in a C extension. Yes, in a C extension a user can define any arity function, and therefore probably it is impossible to get the inverse. However, if we assume that the function that we are looking for is definitely derived from a function written in Ruby, probably it is possible to obtain the function pointer. Regards, Bill