From: viisi@... (Andi Riedl) Date: 2001-11-17T00:50:10+09:00 Subject: [ruby-talk:25454] Re: how to call super from singleton method? > rb_alias(rb_singleton_class(x), rb_intern("inspect_old"), rb_intern("inspect")); > rb_define_singleton_method(x, "inspect", myInspect,0); spiffy! that's what i'd seeked for. tnx, andi