0

I'm writing an mRuby (https://github.com/mruby/mruby) gem. I have a ruby module with methods implemented in C, the module is to be included/prepended into other classes by a user. Now I want to call an inherited (superclass) method from my C function implementing the module method, just like using super in ruby. How do I do that correctly?

4

0 回答 0