From: William Djaja Tjokroaminata Date: 2002-08-07T01:21:28+09:00 Subject: Is There an Inverse of 'rb_define_method'? Hi, Using "rb_define_method", we can associate a method string with a function pointer. Given a method string, is there an easy way to get the function pointer without going deep in the Ruby internals? Regards, Bill