Robert Feldt <feldt / ce.chalmers.se> writes:

> Hi,
> 
> rb_funcall( self, rb_intern("super"), 0 );
> 
> doesn't work so how should I call super from a C-implemented method?

There's rb_call_super.