Hi, What is the preferred method of calling my parent's initialize() when writing a Ruby extension in C? When I do rb_call_super() I get a call rb_enable_super() to enable rb_call_super() I tried calling rb_enable_super() both from my function and my Init_module(), without any luck. Any clues? Christian