Subject: [ruby-talk:4674] Re: calling super from c
From: Dave Thomas <Dave Thomases.com>
Date: Thu, 31 Aug 2000 01:40:02 +0900
References: 4672
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.