Hi,
rb_funcall( self, rb_intern("super"), 0 );
doesn't work so how should I call super from a C-implemented method? (I
found rb_enable_super in intern.h but there's no doc on it. General
question: Will there be any docs on the stuff in intern.h or is it
supposed to be intern? ;-))
BTW, I noticed that super is not in the lib reference on
dev.rubycentral.com. Has the syntax changed for v1.6 or is it a docbug?
Regards,
Robert